Skip to content

Commit 9aa71cc

Browse files
bors[bot]gilescope
andauthored
Merge #10206
10206: internal: Remove unused dependencies r=lnicola a=gilescope cargo check --all-targets compiles cleanly without these dependencies for me. Co-authored-by: Giles Cope <[email protected]>
2 parents 07fb5db + 15312aa commit 9aa71cc

File tree

12 files changed

+0
-28
lines changed

12 files changed

+0
-28
lines changed

Cargo.lock

Lines changed: 0 additions & 13 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/hir_expand/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
2525
limit = { path = "../limit", version = "0.0.0" }
2626

2727
[dev-dependencies]
28-
test_utils = { path = "../test_utils" }
2928
expect-test = "1.1"

crates/hir_ty/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,3 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [
4040
"registry",
4141
] }
4242
tracing-tree = { version = "0.1.10" }
43-
once_cell = { version = "1.5.0", features = ["unstable"] }

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/mbe/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ tt = { path = "../tt", version = "0.0.0" }
2121
stdx = { path = "../stdx", version = "0.0.0" }
2222

2323
[dev-dependencies]
24-
profile = { path = "../profile" }
2524
test_utils = { path = "../test_utils" }

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/proc_macro_srv/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ paths = { path = "../paths", version = "0.0.0" }
2525
proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
2626

2727
[dev-dependencies]
28-
test_utils = { path = "../test_utils" }
29-
toolchain = { path = "../toolchain" }
30-
cargo_metadata = "0.14"
3128
expect-test = "1.1.0"
3229

3330
# used as proc macro test targets

crates/rust-analyzer/Cargo.toml

Lines changed: 0 additions & 2 deletions
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" }
@@ -74,7 +73,6 @@ xshell = "0.1"
7473
test_utils = { path = "../test_utils" }
7574
sourcegen = { path = "../sourcegen" }
7675
mbe = { path = "../mbe" }
77-
tt = { path = "../tt" }
7876

7977
[features]
8078
jemalloc = ["jemallocator", "profile/jemalloc"]

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)