]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/source/imports-reorder.rs
Auto merge of #85391 - Mark-Simulacrum:opt-tostring, r=scottmcm
[rust.git] / src / tools / rustfmt / 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};