diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index dec59c892478..8529a42d67cd 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -364,8 +364,6 @@ impl Picker { .map(|(index, _option)| (index, 0)), ); } else if pattern.starts_with(&self.previous_pattern) { - // TODO: remove when retain_mut is in stable rust - use retain_mut::RetainMut; // optimization: if the pattern is a more specific version of the previous one // then we can score the filtered set.