Skip to content

Commit 36e66b5

Browse files
authored
Merge pull request #1396 from 0lhi/main
fix(macros4.rs): Add rustfmt::skip to prevent auto-fix.
2 parents 0e9966d + de24536 commit 36e66b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exercises/macros/macros4.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
// I AM NOT DONE
55

6+
#[rustfmt::skip]
67
macro_rules! my_macro {
78
() => {
89
println!("Check out my macro!");

0 commit comments

Comments
 (0)