From 10415a80690256c2ba40e2608191b8a081c7e21b Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 29 May 2022 11:10:23 +0900 Subject: Bump dependencies, allow retain_mut for now --- helix-term/src/ui/picker.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helix-term/src') 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 Picker { ); } 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 -- cgit v1.2.3-70-g09d2