Skip to content

Commit bfa33a9

Browse files
committed
Fix tidy
1 parent c2d6f8c commit bfa33a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/compile-fail-fulldeps/proc-macro/issue-52329.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ fn main() {
1717
let x = 11;
1818
#[proc_macro_derive] //~ ERROR: attribute should not be applied to a statement
1919
let x = 12;
20-
}
20+
}
21+

0 commit comments

Comments
 (0)