We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4a9b8 commit e8f0886Copy full SHA for e8f0886
helix-term/src/ui/picker.rs
@@ -367,7 +367,6 @@ impl<T: Item> Picker<T> {
367
} else if pattern.starts_with(&self.previous_pattern) {
368
// optimization: if the pattern is a more specific version of the previous one
369
// then we can score the filtered set.
370
- #[allow(unstable_name_collisions)]
371
self.matches.retain_mut(|(index, score)| {
372
let option = &self.options[*index];
373
let text = option.sort_text(&self.editor_data);
0 commit comments