mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Enable serde
feature in ra_syntax/Cargo.toml
This commit is contained in:
parent
5ca6281164
commit
e4ffa79b3e
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ rustc-hash = "1.0.1"
|
|||
arrayvec = "0.4.10"
|
||||
once_cell = "1.2.0"
|
||||
|
||||
# This crate transitively depends on `smol_str` via `rowan`.
|
||||
# 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" }
|
||||
|
||||
|
|
Loading…
Reference in a new issue