mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 15:50:05 +03:00
10 lines
107 B
Rust
10 lines
107 B
Rust
// rustfmt-reorder_modules: true
|
|
|
|
// Do not reorder inline modules.
|
|
|
|
mod c;
|
|
mod a {
|
|
fn a() {}
|
|
}
|
|
mod b;
|