Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 566867c

Browse files
committed
Remove comment about Vec::remove_item
1 parent 53600ec commit 566867c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,6 @@ impl MapContext {
556556
None => self.initial_range.end,
557557
};
558558

559-
// Switch this out with `Vec::remove_item` once that stabilizes.
560559
let index = self
561560
.sub_ranges
562561
.iter()

0 commit comments

Comments
 (0)