Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: the item `Ord` is imported redundantly --> src/atom.rs:1:16 | 1 | use std::cmp::{Ord, Ordering, PartialOrd}; | ^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:125:13 | 125 | pub use super::v1::*; | --------- the item `Ord` is already defined here | = note: `#[warn(unused_imports)]` on by default warning: the item `PartialOrd` is imported redundantly --> src/atom.rs:1:31 | 1 | use std::cmp::{Ord, Ordering, PartialOrd}; | ^^^^^^^^^^ | ::: nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:125:13 | 125 | pub use super::v1::*; | --------- the item `PartialOrd` is already defined here
- Loading branch information