aboutsummaryrefslogtreecommitdiff
path: root/helix-term
diff options
context:
space:
mode:
authorBlaž Hrastnik2022-05-29 02:10:23 +0000
committerBlaž Hrastnik2022-05-29 02:10:49 +0000
commit10415a80690256c2ba40e2608191b8a081c7e21b (patch)
tree478ae15cda4626eebbd7c9f0622a087ddd99acbc /helix-term
parent93e6eac15a1302aa790fec2778cdfee3eefd94e3 (diff)
Bump dependencies, allow retain_mut for now
Diffstat (limited to 'helix-term')
-rw-r--r--helix-term/src/ui/picker.rs2
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