rust/rustfmt-core/tests/source/imports-reorder.rs
2018-02-07 22:48:05 +09:00

7 lines
153 B
Rust

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