Skip to content

Commit 6dfa998

Browse files
fix : remove _{ } syntax from benchmark macro (#7822)
* commented use of common * hack to pass tests * another hack * remove all commented code * fix the easy tests * temp hack * follow through comma hack until better solution * patch macro * missed one * update benchmarks * update docs * fix docs * removed too much * fix changes Co-authored-by: Shawn Tabrizi <[email protected]>
1 parent 541a1da commit 6dfa998

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/benchmarking.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ use frame_benchmarking::benchmarks;
2525
use sp_std::prelude::*;
2626

2727
benchmarks! {
28-
_ { }
29-
3028
on_initialize {
3129
let x in 1 .. 1_000;
3230

0 commit comments

Comments
 (0)