diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-10-14 12:10:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-14 12:10:20 +0100 |
commit | bc7de5d47a56b9f2ab44f833130ba6d77aefe864 (patch) | |
tree | 0497c0fa3346dfadc05747fce9ae38fac72faed3 /crates/ra_syntax/Cargo.toml | |
parent | 691bc276862c83cb6ccb2db08c4c903863de8a94 (diff) | |
parent | ad1323c0a7af3c2e604df089f73f3ebb5f91a97c (diff) |
Merge #2002
2002: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_syntax/Cargo.toml')
-rw-r--r-- | crates/ra_syntax/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 9bc85404a..68c594202 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml | |||
@@ -15,6 +15,7 @@ rustc-hash = "1.0.1" | |||
15 | arrayvec = "0.4.10" | 15 | arrayvec = "0.4.10" |
16 | once_cell = "1.2.0" | 16 | once_cell = "1.2.0" |
17 | 17 | ||
18 | # This crate transitively depends on `smol_str` via `rowan`. | ||
18 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here | 19 | # ideally, `serde` should be enabled by `ra_lsp_server`, but we enable it here |
19 | # to reduce number of compilations | 20 | # to reduce number of compilations |
20 | smol_str = { version = "0.1.12", features = ["serde"] } | 21 | smol_str = { version = "0.1.12", features = ["serde"] } |