rust/tests/source/imports-reorder.rs

6 lines
117 B
Rust
Raw Normal View History

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