summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/configs/reorder_modules/false.rs
blob: 56b1aa03ed795f9a690bc34bf1cbe30a7c8468b8 (plain)
1
2
3
4
5
6
7
// rustfmt-reorder_modules: false
// Reorder modules

mod lorem;
mod ipsum;
mod dolor;
mod sit;