mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-01-03 08:49:08 +00:00
16 lines
182 B
Rust
16 lines
182 B
Rust
#![rustfmt::skip]
|
|
|
|
mod a {
|
|
mod b {
|
|
mod c {
|
|
mod d {
|
|
mod e {}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
fn main() {
|
|
// this should lint
|
|
{{{}}}
|
|
}
|