mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-19 01:50:32 +00:00
remove unused serde feature from smol_str
This commit is contained in:
parent
55e9476e4b
commit
0dabcf0044
3 changed files with 2 additions and 9 deletions
|
@ -18,8 +18,7 @@ rustc-hash = "1.1.0"
|
|||
arrayvec = "0.7"
|
||||
once_cell = "1.3.1"
|
||||
indexmap = "1.4.0"
|
||||
smol_str = { version = "0.1.15", features = ["serde"] }
|
||||
serde = { version = "1.0.106", features = ["derive"] }
|
||||
smol_str = "0.1.15"
|
||||
|
||||
stdx = { path = "../stdx", version = "0.0.0" }
|
||||
text_edit = { path = "../text_edit", version = "0.0.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue