12 lines
98 B
Rust
12 lines
98 B
Rust
|
#![rustfmt::skip]
|
||
|
|
||
|
mod a {
|
||
|
mod b {
|
||
|
|
||
|
}
|
||
|
|
||
|
// trailing comment b
|
||
|
}
|
||
|
|
||
|
// trailing comment a
|