]> git.lizzy.rs Git - rust.git/blob - tests/target/imports-reorder.rs
Fix bug in identifying comments
[rust.git] / tests / target / imports-reorder.rs
1 // rustfmt-normalize_comments: true
2 // rustfmt-reorder_imported_names: true
3
4 use path::{self /* self */, /* A */ A, B /* B */, C};
5
6 use {Z, aa, ab, ac, b};