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