3160: Remove extra dep r=matklad a=matklad



Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-02-15 22:25:07 +00:00 committed by GitHub
commit ff7110f761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1174,7 +1174,6 @@ dependencies = [
"ra_prof",
"ra_syntax",
"ra_text_edit",
"rand 0.7.3",
"rayon",
"rustc-hash",
"superslice",

View file

@ -22,7 +22,6 @@ fst = { version = "0.3.1", default-features = false }
rustc-hash = "1.0"
unicase = "2.2.0"
superslice = "1.0.0"
rand = { version = "0.7.0", features = ["small_rng"] }
once_cell = "1.2.0"
ra_syntax = { path = "../ra_syntax" }