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

Commit 0d3f4b8

Browse files
bors[bot]Pat-Lafon
andauthored
Merge #855
855: Remove comment about `Vec::remove_item` r=kvark a=Pat-Lafon Sadly, `Vec::remove_item` was an unstable method that was deprecated and has now been removed. rust-lang/rust#80972 This pr removes a comment suggesting to use `Vec::remove_item` when it stabilizes. Co-authored-by: Patrick LaFontaine <[email protected]>
2 parents 53600ec + 566867c commit 0d3f4b8

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)