]> git.lizzy.rs Git - rust.git/blob - tests/source/imports-reorder.rs
handle field attributes when aligning a struct's fields (#3513)
[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};