Skip to content

Commit 04deae3

Browse files
authored
Merge pull request #3317 from matklad/no-unicase
Actually drop unicase dependency
2 parents 21fa338 + 8046622 commit 04deae3

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

Cargo.lock

Lines changed: 0 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_ide/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ log = "0.4.8"
2020
rayon = "1.3.0"
2121
fst = { version = "0.3.5", default-features = false }
2222
rustc-hash = "1.1.0"
23-
unicase = "2.6.0"
2423
superslice = "1.0.0"
2524
rand = { version = "0.7.3", features = ["small_rng"] }
2625
once_cell = "1.3.1"

crates/ra_ide_db/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ log = "0.4.8"
2020
rayon = "1.3.0"
2121
fst = { version = "0.3.5", default-features = false }
2222
rustc-hash = "1.1.0"
23-
unicase = "2.6.0"
2423
superslice = "1.0.0"
2524
once_cell = "1.3.1"
2625

0 commit comments

Comments
 (0)