Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
(clippy pointed it out)
  • Loading branch information
meithecatte committed Apr 1, 2024
1 parent 1dab769 commit 73b1469
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,6 @@ pub mod _internal {
fn bits(self) -> Self::Numeric;
}

use ::core::cmp::PartialOrd;
use ::core::fmt;
use ::core::ops::{BitAnd, BitOr, BitXor, Not, Sub};
use ::core::hash::Hash;
Expand Down

0 comments on commit 73b1469

Please sign in to comment.