This commit is contained in:
Aleksey Kladov 2018-10-20 23:17:35 +03:00
parent fd336d1134
commit dbe2880219
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View file

@ -610,7 +610,6 @@ name = "ra_analysis"
version = "0.1.0" version = "0.1.0"
dependencies = [ dependencies = [
"fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "fst 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"im 12.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
"once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "once_cell 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",

View file

@ -11,7 +11,6 @@ parking_lot = "0.6.3"
once_cell = "0.1.5" once_cell = "0.1.5"
rayon = "1.0.2" rayon = "1.0.2"
fst = "0.3.1" fst = "0.3.1"
im = "12.0.0"
ra_syntax = { path = "../ra_syntax" } ra_syntax = { path = "../ra_syntax" }
ra_editor = { path = "../ra_editor" } ra_editor = { path = "../ra_editor" }
salsa = "0.6.0" salsa = "0.6.0"

View file

@ -7,7 +7,6 @@ extern crate ra_editor;
extern crate ra_syntax; extern crate ra_syntax;
extern crate rayon; extern crate rayon;
extern crate relative_path; extern crate relative_path;
extern crate im;
extern crate rustc_hash; extern crate rustc_hash;
extern crate salsa; extern crate salsa;