Skip to content

Commit 2d5647f

Browse files
bors[bot]Pat-Lafon
andauthored
[rs] Merge gfx-rs#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 fc59ea4 + 9b67955 commit 2d5647f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wgpu/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)