mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
Merge pull request #3317 from matklad/no-unicase
Actually drop unicase dependency
This commit is contained in:
commit
04deae3dba
3 changed files with 0 additions and 19 deletions
|
@ -20,7 +20,6 @@ log = "0.4.8"
|
|||
rayon = "1.3.0"
|
||||
fst = { version = "0.3.5", default-features = false }
|
||||
rustc-hash = "1.1.0"
|
||||
unicase = "2.6.0"
|
||||
superslice = "1.0.0"
|
||||
rand = { version = "0.7.3", features = ["small_rng"] }
|
||||
once_cell = "1.3.1"
|
||||
|
|
|
@ -20,7 +20,6 @@ log = "0.4.8"
|
|||
rayon = "1.3.0"
|
||||
fst = { version = "0.3.5", default-features = false }
|
||||
rustc-hash = "1.1.0"
|
||||
unicase = "2.6.0"
|
||||
superslice = "1.0.0"
|
||||
once_cell = "1.3.1"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue