1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-23 00:28:46 +02:00

Merge pull request #1396 from 0lhi/main

fix(macros4.rs): Add rustfmt::skip to prevent auto-fix.
This commit is contained in:
liv
2023-02-26 13:10:24 +01:00
committed by GitHub

View File

@ -3,6 +3,7 @@
// I AM NOT DONE
#[rustfmt::skip]
macro_rules! my_macro {
() => {
println!("Check out my macro!");