avoid collecting columns to a temporary vec

This commit is contained in:
Pascal Kuthe 2024-04-02 02:34:20 +02:00 committed by Michael Davis
parent 6ccbfe9bdf
commit 408282097f
No known key found for this signature in database
3 changed files with 7 additions and 12 deletions

View file

@ -38,7 +38,7 @@ package.helix-term.opt-level = 2
[workspace.dependencies]
tree-sitter = { version = "0.22" }
nucleo = "0.4.1"
nucleo = "0.5.0"
slotmap = "1.0.7"
thiserror = "1.0"