rust/tests/target/imports-reorder-lines-and-items.rs
2018-04-11 10:46:49 +12:00

7 lines
221 B
Rust

use std::cmp::{a, b, c, d};
use std::ddd::aaa;
use std::ddd::{a, b, c as g, d as p};
/// This comment should stay with `use std::str;`
use std::str;
// This comment should stay with `use std::ddd:bbb;`
use std::ddd::bbb;