Skip to content

Commit

Permalink
Merge pull request #200 from jeromefroe/jerome/remove-core-usize
Browse files Browse the repository at this point in the history
Remove core::usize
  • Loading branch information
jeromefroe authored Jul 31, 2024
2 parents 339020e + 824755c commit 16571e0
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 @@ -74,7 +74,6 @@ use core::marker::PhantomData;
use core::mem;
use core::num::NonZeroUsize;
use core::ptr::{self, NonNull};
use core::usize;

#[cfg(any(test, not(feature = "hashbrown")))]
extern crate std;
Expand Down

0 comments on commit 16571e0

Please sign in to comment.