mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 19:58:12 +03:00
Fix clippy attr
This commit is contained in:
parent
ab4e765ff3
commit
0595b0626a
@ -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…
Reference in New Issue
Block a user