Skip to content

Commit dbe2880

Browse files
committed
cleanup
1 parent fd336d1 commit dbe2880

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ra_analysis/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ parking_lot = "0.6.3"
1111
once_cell = "0.1.5"
1212
rayon = "1.0.2"
1313
fst = "0.3.1"
14-
im = "12.0.0"
1514
ra_syntax = { path = "../ra_syntax" }
1615
ra_editor = { path = "../ra_editor" }
1716
salsa = "0.6.0"

crates/ra_analysis/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ extern crate ra_editor;
77
extern crate ra_syntax;
88
extern crate rayon;
99
extern crate relative_path;
10-
extern crate im;
1110
extern crate rustc_hash;
1211
extern crate salsa;
1312

0 commit comments

Comments
 (0)