mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
avoid collecting columns to a temporary vec
This commit is contained in:
parent
6ccbfe9bdf
commit
408282097f
3 changed files with 7 additions and 12 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1779,9 +1779,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nucleo"
|
||||
version = "0.4.1"
|
||||
version = "0.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6350a138d8860658523a7593cbf6813999d17a099371d14f70c5c905b37593e9"
|
||||
checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
|
||||
dependencies = [
|
||||
"nucleo-matcher",
|
||||
"parking_lot",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue