Skip to content

Commit e8f0886

Browse files
authored
chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)
1 parent 1a4a9b8 commit e8f0886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

helix-term/src/ui/picker.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,6 @@ impl<T: Item> Picker<T> {
367367
} else if pattern.starts_with(&self.previous_pattern) {
368368
// optimization: if the pattern is a more specific version of the previous one
369369
// then we can score the filtered set.
370-
#[allow(unstable_name_collisions)]
371370
self.matches.retain_mut(|(index, score)| {
372371
let option = &self.options[*index];
373372
let text = option.sort_text(&self.editor_data);

0 commit comments

Comments
 (0)