Skip to content

Commit

Permalink
Fix clippy warning in version 1.79.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clementwanjau committed Jul 6, 2024
1 parent e11cc6b commit 3b5fe3d
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 @@ -53,7 +53,6 @@ mod lib {
pub use self::core::marker::Copy;
pub use self::core::ops::Add;
pub use self::core::sync::atomic::{AtomicUsize, Ordering};
pub use self::core::usize;

mod core {
#[cfg(feature = "no_std")]
Expand Down

0 comments on commit 3b5fe3d

Please sign in to comment.