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.

https://github.com/rust-lang/rust/pull/80972

This pr removes a comment suggesting to use `Vec::remove_item` when it stabilizes.

Co-authored-by: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com>
This commit is contained in:
bors[bot]
2021-04-13 05:23:42 +00:00
committed by GitHub

View File

@@ -556,7 +556,6 @@ impl MapContext {
None => self.initial_range.end,
};
// Switch this out with `Vec::remove_item` once that stabilizes.
let index = self
.sub_ranges
.iter()