diff options
Diffstat (limited to 'helix-term/src')
-rw-r--r-- | helix-term/src/ui/picker.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-term/src/ui/picker.rs b/helix-term/src/ui/picker.rs index 181c2077..9ffe45c1 100644 --- a/helix-term/src/ui/picker.rs +++ b/helix-term/src/ui/picker.rs @@ -366,7 +366,7 @@ impl<T> Picker<T> { ); } else if pattern.starts_with(&self.previous_pattern) { // TODO: remove when retain_mut is in stable rust - #[allow(unused_imports)] + #[allow(unused_imports, deprecated)] use retain_mut::RetainMut; // optimization: if the pattern is a more specific version of the previous one |