Skip to content

Commit

Permalink
Merge pull request #71 from Polimec/fix/remove-feature
Browse files Browse the repository at this point in the history
fix: remove unstable feature
  • Loading branch information
lrazovic authored Aug 17, 2023
2 parents 87daf3a + 12e6f8c commit 9748560
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pallets/funding/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@
// This recursion limit is needed because we have too many benchmarks and benchmarking will fail if
// we add more without this limit.
#![cfg_attr(feature = "runtime-benchmarks", recursion_limit = "512")]
#![feature(assert_matches)]

pub mod functions;
pub mod types;
Expand Down

0 comments on commit 9748560

Please sign in to comment.