Skip to content

Commit aceef7c

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 62e8e87 commit aceef7c

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
@@ -29,8 +29,6 @@ use crate::Module as Indices;
2929
const SEED: u32 = 0;
3030

3131
benchmarks! {
32-
_ { }
33-
3432
claim {
3533
let account_index = T::AccountIndex::from(SEED);
3634
let caller: T::AccountId = whitelisted_caller();

0 commit comments

Comments
 (0)