]> git.lizzy.rs Git - rust.git/blob - tests/source/imports-reorder.rs
handle hard tabs when formatting trailing comments (#3836)
[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};