Fix clippy attr
This commit is contained in:
parent
ab4e765ff3
commit
0595b0626a
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ impl EditorView {
|
|||
|
||||
// it's used inside an iterator so the collect isn't needless:
|
||||
// https://github.com/rust-lang/rust-clippy/issues/6164
|
||||
#[allow(clippy::clippy::needless_collect)]
|
||||
#[allow(clippy::needless_collect)]
|
||||
let cursors: Vec<_> = doc
|
||||
.selection(view.id)
|
||||
.iter()
|
||||
|
|
Loading…
Add table
Reference in a new issue