We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e9966d + de24536 commit 36e66b5Copy full SHA for 36e66b5
exercises/macros/macros4.rs
@@ -3,6 +3,7 @@
3
4
// I AM NOT DONE
5
6
+#[rustfmt::skip]
7
macro_rules! my_macro {
8
() => {
9
println!("Check out my macro!");
0 commit comments