mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-05 09:48:46 +00:00
8 lines
209 B
Rust
8 lines
209 B
Rust
|
#[rustfmt::skip]
|
||
|
#[macro_export]
|
||
|
macro_rules! excessive_nesting {
|
||
|
() => {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
|
||
|
println!("hi!!")
|
||
|
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
|
||
|
}
|