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
commit 36e66b545e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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