summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/imports/imports-reorder.rs
blob: 84e97c0224f831209afc9ca395cf4e3901ec31be (plain)
1
2
3
4
5
// rustfmt-normalize_comments: true

use path::{self /* self */, /* A */ A, B /* B */, C};

use {aa, ab, ac, b, Z};