From 9b67955046d555cf269bf97b7fba6662a0568ea1 Mon Sep 17 00:00:00 2001 From: Patrick LaFontaine <32135464+Pat-Lafon@users.noreply.github.com> Date: Tue, 13 Apr 2021 00:01:17 -0400 Subject: [PATCH] [rs] Remove comment about `Vec::remove_item` --- wgpu/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index f5a9ad3eab..9533d29a4a 100644 --- a/wgpu/src/lib.rs +++ b/wgpu/src/lib.rs @@ -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()