Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Nov 28, 2024
1 parent 01f5a19 commit 7ff5335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/funding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#![cfg_attr(not(feature = "std"), no_std)]
// Needed due to empty sections raising the warning
#![allow(unreachable_patterns)]
// Needed for now beause receiving account extrinsics have too many arguments
// Needed for now because receiving account extrinsics have too many arguments
#![allow(clippy::too_many_arguments)]
// This recursion limit is needed because we have too many benchmarks and benchmarking will fail if
// we add more without this limit.
Expand Down

0 comments on commit 7ff5335

Please sign in to comment.