Remove pointless import

This commit is contained in:
Gwilym Inzani 2023-10-07 20:27:36 +01:00
parent 426890e856
commit 845e3d027a

View file

@ -31,7 +31,7 @@ use core::{
alloc::Allocator,
borrow::Borrow,
fmt::Debug,
hash::{BuildHasher, BuildHasherDefault, Hash, Hasher},
hash::{BuildHasher, BuildHasherDefault, Hash},
iter::FromIterator,
num::Wrapping,
ops::Index,