]> git.lizzy.rs Git - rust.git/blob - tests/source/imports-reorder.rs
Add One option to group_imports (#4966)
[rust.git] / tests / source / imports-reorder.rs
1 // rustfmt-normalize_comments: true
2
3 use path::{C,/*A*/ A, B /* B */, self /* self */};
4
5 use {ab, ac, aa, Z, b};