Skip to content

Commit 7ff355b

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 93247ed commit 7ff355b

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
@@ -58,8 +58,6 @@ fn add_vesting_schedule<T: Config>(who: &T::AccountId) -> Result<(), &'static st
5858
}
5959

6060
benchmarks! {
61-
_ { }
62-
6361
vest_locked {
6462
let l in 0 .. MaxLocksOf::<T>::get();
6563

0 commit comments

Comments
 (0)