Avoid allocating a string to compare language names

This commit is contained in:
Antonio Scandurra 2023-01-20 10:41:40 +01:00
parent c49dc8d6e5
commit 36e4dcef16
3 changed files with 5 additions and 1 deletions

View file

@ -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"] }