Skip to content

Commit

Permalink
chore: remove unneeded attribute after MSRV bump to 1.61 (#3961)
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics authored Sep 25, 2022
1 parent 1a4a9b8 commit e8f0886
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helix-term/src/ui/picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ impl<T: Item> Picker<T> {
} else if pattern.starts_with(&self.previous_pattern) {
// optimization: if the pattern is a more specific version of the previous one
// then we can score the filtered set.
#[allow(unstable_name_collisions)]
self.matches.retain_mut(|(index, score)| {
let option = &self.options[*index];
let text = option.sort_text(&self.editor_data);
Expand Down

0 comments on commit e8f0886

Please sign in to comment.