Merge pull request #1396 from 0lhi/main

fix(macros4.rs): Add rustfmt::skip to prevent auto-fix.
pull/1402/head
liv 1 year ago committed by GitHub
commit 36e66b545e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save