mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-12-18 17:15:05 +00:00
12 lines
149 B
Rust
12 lines
149 B
Rust
|
pub fn a() {}
|
||
|
|
||
|
pub mod b {
|
||
|
pub mod c {
|
||
|
pub mod d {
|
||
|
pub mod e {
|
||
|
pub fn f() {}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|