Skip to content

Commit 4729949

Browse files
authored
Fix up
1 parent 827e572 commit 4729949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/macros/at-most-once.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ macro_rules! foo {
1717
($a:ident, $b:expr) => {
1818
println!("{}", $a);
1919
println!("{}", $b);
20-
}
20+
};
2121
($a:ident) => {
2222
println!("{}", $a);
2323
}

0 commit comments

Comments
 (0)