Skip to content

Commit 7fb276f

Browse files
committed
Fix warnings in src/indexmap.rs
1 parent 92cc062 commit 7fb276f

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/indexmap.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
use core::{
2-
borrow::Borrow,
3-
fmt,
4-
iter::FromIterator,
5-
mem::{self, MaybeUninit},
6-
num::NonZeroU32,
7-
ops, slice,
8-
};
1+
use core::{borrow::Borrow, fmt, iter::FromIterator, mem, num::NonZeroU32, ops, slice};
92

103
use hash32::{BuildHasher, BuildHasherDefault, FnvHasher, Hash, Hasher};
114

0 commit comments

Comments
 (0)