mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 05:38:46 +00:00
Remove smol_str dependency from ra_syntax
This commit is contained in:
parent
0896ca04c4
commit
8c72c00abd
2 changed files with 3 additions and 5 deletions
|
@ -15,10 +15,6 @@ rustc-hash = "1.0.1"
|
|||
arrayvec = "0.4.10"
|
||||
once_cell = "1.2.0"
|
||||
|
||||
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
|
||||
# to reduce number of compilations
|
||||
smol_str = { version = "0.1.12", features = ["serde"] }
|
||||
|
||||
ra_text_edit = { path = "../ra_text_edit" }
|
||||
ra_parser = { path = "../ra_parser" }
|
||||
|
||||
|
|
|
@ -5,4 +5,6 @@ version = "0.1.0"
|
|||
authors = ["rust-analyzer developers"]
|
||||
|
||||
[dependencies]
|
||||
smol_str = "0.1.9"
|
||||
# ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here
|
||||
# to reduce number of compilations
|
||||
smol_str = { version = "0.1.12", features = ["serde"] }
|
||||
|
|
Loading…
Reference in a new issue