mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-02 01:52:51 +00:00
8 lines
95 B
Rust
8 lines
95 B
Rust
// rustfmt-reorder_imports: true
|
|
// Reorder imports
|
|
|
|
use lorem;
|
|
use ipsum;
|
|
use dolor;
|
|
use sit;
|