Skip to content

Commit 607315b

Browse files
committed
Kill comment left behind by a last minute change in rust-lang#70795
1 parent 11f6096 commit 607315b

File tree

1 file changed

+0
-2
lines changed
  • src/liballoc/collections/btree

1 file changed

+0
-2
lines changed

src/liballoc/collections/btree/map.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2788,8 +2788,6 @@ impl<'a, K: 'a, V: 'a> Handle<NodeRef<marker::Mut<'a>, K, V, marker::LeafOrInter
27882788
pos.next_unchecked();
27892789
}
27902790
}
2791-
2792-
// This internal node might be underfull, but only if it's the root.
27932791
break;
27942792
}
27952793
}

0 commit comments

Comments
 (0)