rust/tests/target/imports-reorder.rs

6 lines
120 B
Rust
Raw Normal View History

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