482f200b0b
Include comments and sort items alphabetically.
6 lines
117 B
Rust
6 lines
117 B
Rust
// rustfmt-config: reorder_imports.toml
|
|
|
|
use path::{C,/*A*/ A, B /* B */, self /* self */};
|
|
|
|
use {ab, ac, aa, Z, b};
|