mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
8 lines
96 B
Rust
8 lines
96 B
Rust
// rustfmt-reorder_modules: false
|
|
// Reorder modules
|
|
|
|
mod lorem;
|
|
mod ipsum;
|
|
mod dolor;
|
|
mod sit;
|