Skip to content

Commit 4ccd90a

Browse files
committed
remove unused deps
1 parent 07fb5db commit 4ccd90a

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

Cargo.lock

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

crates/base_db/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ profile = { path = "../profile", version = "0.0.0" }
1818
tt = { path = "../tt", version = "0.0.0" }
1919
test_utils = { path = "../test_utils", version = "0.0.0" }
2020
vfs = { path = "../vfs", version = "0.0.0" }
21-
stdx = { path = "../stdx", version = "0.0.0" }

crates/hir/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ arrayvec = "0.7"
1515
itertools = "0.10.0"
1616
smallvec = "1.4.0"
1717
once_cell = "1"
18-
indexmap = "1.7"
1918

2019
stdx = { path = "../stdx", version = "0.0.0" }
2120
syntax = { path = "../syntax", version = "0.0.0" }

crates/ide_completion/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ doctest = false
1111
[dependencies]
1212
cov-mark = "2.0.0-pre.1"
1313
itertools = "0.10.0"
14-
tracing = "0.1"
1514
rustc-hash = "1.1.0"
1615
either = "1.6.1"
1716
once_cell = "1.7"

crates/proc_macro_api/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ doctest = false
1212
serde = { version = "1.0", features = ["derive"] }
1313
serde_json = { version = "1.0", features = ["unbounded_depth"] }
1414
tracing = "0.1"
15-
crossbeam-channel = "0.5.0"
16-
jod-thread = "0.1.1"
1715
memmap2 = "0.3.0"
1816
snap = "1.0"
1917

crates/rust-analyzer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ ide_db = { path = "../ide_db", version = "0.0.0" }
4646
profile = { path = "../profile", version = "0.0.0" }
4747
project_model = { path = "../project_model", version = "0.0.0" }
4848
syntax = { path = "../syntax", version = "0.0.0" }
49-
text_edit = { path = "../text_edit", version = "0.0.0" }
5049
vfs = { path = "../vfs", version = "0.0.0" }
5150
vfs-notify = { path = "../vfs-notify", version = "0.0.0" }
5251
cfg = { path = "../cfg", version = "0.0.0" }

crates/syntax/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ itertools = "0.10.0"
1515
rowan = "0.13.0"
1616
rustc_lexer = { version = "725.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
18-
arrayvec = "0.7"
1918
once_cell = "1.3.1"
2019
indexmap = "1.4.0"
2120
smol_str = "0.1.15"

crates/vfs-notify/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ doctest = false
1010

1111
[dependencies]
1212
tracing = "0.1"
13-
rustc-hash = "1.0"
1413
jod-thread = "0.1.0"
1514
walkdir = "2.3.1"
1615
crossbeam-channel = "0.5.0"

0 commit comments

Comments
 (0)