Skip to content

Commit 2f7b03b

Browse files
committed
Remove redundant semicolon
1 parent 5df3ee8 commit 2f7b03b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/mbe/src/benchmark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ fn invocation_fixtures(rules: &FxHashMap<String, MacroRules>) -> Vec<(String, tt
177177
let c = 1013904223;
178178
*seed = usize::wrapping_add(usize::wrapping_mul(*seed, a), c);
179179
return *seed;
180-
};
180+
}
181181
fn make_ident(ident: &str) -> tt::TokenTree {
182182
tt::Leaf::Ident(tt::Ident { id: tt::TokenId::unspecified(), text: SmolStr::new(ident) })
183183
.into()

0 commit comments

Comments
 (0)