Skip to content

Commit 0f5719b

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 887f1f1 commit 0f5719b

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
@@ -30,8 +30,6 @@ use crate::Module as Timestamp;
3030
const MAX_TIME: u32 = 100;
3131

3232
benchmarks! {
33-
_ { }
34-
3533
set {
3634
let t = MAX_TIME;
3735
// Ignore write to `DidUpdate` since it transient.

0 commit comments

Comments
 (0)