Skip to content

Commit 8efe9ff

Browse files
committed
run cargo dev fmt
1 parent acfb2c4 commit 8efe9ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/string_lit_as_bytes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
macro_rules! b {
77
($b:literal) => {
88
const C: &[u8] = $b.as_bytes();
9-
}
9+
};
1010
}
1111

1212
fn str_lit_as_bytes() {

0 commit comments

Comments
 (0)