Skip to content

Commit 7711768

Browse files
committed
Remove unused import
1 parent d162c63 commit 7711768

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/raw/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1490,7 +1490,6 @@ impl<T> RawIter<T> {
14901490
// We'll also need ot update the item count accordingly.
14911491
if let Some(index) = self.iter.current_group.lowest_set_bit() {
14921492
let next_bucket = self.iter.data.next_n(index);
1493-
use core::cmp::Ordering;
14941493
if b.as_ptr() > next_bucket.as_ptr() {
14951494
// The toggled bucket is "before" the bucket the iterator would yield next. We
14961495
// therefore don't need to do anything --- the iterator has already passed the

0 commit comments

Comments
 (0)