rust/tests/source/imports-reorder.rs

6 lines
113 B
Rust
Raw Normal View History

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