rust/tests/source/imports-reorder.rs

5 lines
110 B
Rust

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