Skip to content

Commit 73b1469

Browse files
committed
Remove redundant import
(clippy pointed it out)
1 parent 1dab769 commit 73b1469

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,6 @@ pub mod _internal {
321321
fn bits(self) -> Self::Numeric;
322322
}
323323

324-
use ::core::cmp::PartialOrd;
325324
use ::core::fmt;
326325
use ::core::ops::{BitAnd, BitOr, BitXor, Not, Sub};
327326
use ::core::hash::Hash;

0 commit comments

Comments
 (0)