]> git.lizzy.rs Git - rust.git/blob - tests/target/imports-reorder.rs
Merge pull request #113 from marcusklaas/import-comments
[rust.git] / tests / target / imports-reorder.rs
1 // rustfmt-config: reorder_imports.toml
2
3 use path::{self /* self */, /* A */ A, B /* B */, C};
4
5 use {Z, aa, ab, ac, b};