Skip to content

Commit 9b67955

Browse files
committed
[rs] Remove comment about Vec::remove_item
1 parent fc59ea4 commit 9b67955

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)