Avoid allocating a string to compare language names
This commit is contained in:
parent
c49dc8d6e5
commit
36e4dcef16
3 changed files with 5 additions and 1 deletions
|
@ -53,6 +53,7 @@ smol = "1.2"
|
|||
tree-sitter = "0.20"
|
||||
tree-sitter-rust = { version = "*", optional = true }
|
||||
tree-sitter-typescript = { version = "*", optional = true }
|
||||
unicase = "2.6"
|
||||
|
||||
[dev-dependencies]
|
||||
client = { path = "../client", features = ["test-support"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue