7d34cfaf2c
* Fix for issue 4725 - dedup Item imports_granularity (2nd version) * Use unique() instead of unique_by()
8 lines
221 B
Rust
8 lines
221 B
Rust
/// This comment should stay with `use std::str;`
|
|
use std::str;
|
|
use std::cmp::{d, c, b, a};
|
|
use std::ddd::aaa;
|
|
use std::ddd::{d as p, c as g, b, a};
|
|
// This comment should stay with `use std::ddd:bbb;`
|
|
use std::ddd::bbb;
|