rust/tests/target/imports-reorder.rs
Marcus Klaas 482f200b0b Update import list formatting
Include comments and sort items alphabetically.
2015-06-26 03:43:12 +02:00

5 lines
120 B
Rust

// rustfmt-config: reorder_imports.toml
use path::{self /* self */, /* A */ A, B /* B */, C};
use {Z, aa, ab, ac, b};