mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-03 08:49:08 +00:00
e68dbc3308
Close code block in example
7 lines
209 B
Rust
7 lines
209 B
Rust
#[rustfmt::skip]
|
|
#[macro_export]
|
|
macro_rules! excessive_nesting {
|
|
() => {{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{{
|
|
println!("hi!!")
|
|
}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}
|
|
}
|