From 566867c5b19f421e2c66b326ff03a30b7f14479c 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] Remove comment about `Vec::remove_item` --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f5a9ad3ea..9533d29a4 100644 --- a/src/lib.rs +++ b/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()