blob: da22b217b82c557a3c3b66e0338330812fe3ddd9 [file] [log] [blame]
warning: unused imports: `Eq`, `Ord`, `PartialEq`, `PartialOrd`
--> $DIR/multispan-import-lint.rs:15:16
|
LL | use std::cmp::{Eq, Ord, min, PartialEq, PartialOrd};
| ^^ ^^^ ^^^^^^^^^ ^^^^^^^^^^
|
note: lint level defined here
--> $DIR/multispan-import-lint.rs:13:9
|
LL | #![warn(unused)]
| ^^^^^^
= note: #[warn(unused_imports)] implied by #[warn(unused)]