We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d162c63 commit 7711768Copy full SHA for 7711768
src/raw/mod.rs
@@ -1490,7 +1490,6 @@ impl<T> RawIter<T> {
1490
// We'll also need ot update the item count accordingly.
1491
if let Some(index) = self.iter.current_group.lowest_set_bit() {
1492
let next_bucket = self.iter.data.next_n(index);
1493
- use core::cmp::Ordering;
1494
if b.as_ptr() > next_bucket.as_ptr() {
1495
// The toggled bucket is "before" the bucket the iterator would yield next. We
1496
// therefore don't need to do anything --- the iterator has already passed the
0 commit comments