mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
[rs] 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. 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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user