Skip to content

Commit 1a813b0

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 <shawntabrizi@gmail.com>
1 parent ec5a41b commit 1a813b0

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
@@ -52,8 +52,6 @@ fn fill_schedule<T: Config> (when: T::BlockNumber, n: u32) -> Result<(), &'stati
5252
}
5353

5454
benchmarks! {
55-
_ { }
56-
5755
schedule {
5856
let s in 0 .. T::MaxScheduledPerBlock::get();
5957
let when = BLOCK_NUMBER.into();

0 commit comments

Comments
 (0)