Skip to content

Commit bff377c

Browse files
committed
Clean up some unused cross-crate dependencies
1 parent 1cf1359 commit bff377c

File tree

5 files changed

+1
-11
lines changed

5 files changed

+1
-11
lines changed

Cargo.lock

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

crates/hir_expand/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,3 @@ profile = { path = "../profile", version = "0.0.0" }
2424
tt = { path = "../tt", version = "0.0.0" }
2525
mbe = { path = "../mbe", version = "0.0.0" }
2626
limit = { path = "../limit", version = "0.0.0" }
27-
28-
[dev-dependencies]
29-
expect-test = "1.2.0-pre.1"

crates/ide_completion/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,5 @@ hir = { path = "../hir", version = "0.0.0" }
3030

3131
[dev-dependencies]
3232
expect-test = "1.2.0-pre.1"
33-
xshell = "0.1"
3433

3534
test_utils = { path = "../test_utils" }
36-
sourcegen = { path = "../sourcegen" }

crates/mbe/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ doctest = false
1313
cov-mark = "2.0.0-pre.1"
1414
rustc-hash = "1.1.0"
1515
smallvec = "1.2.0"
16-
expect-test = "1.2.0-pre.1"
1716
tracing = "0.1"
1817

1918
syntax = { path = "../syntax", version = "0.0.0" }

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ anyhow = "1.0.26"
2222
crossbeam-channel = "0.5.0"
2323
dissimilar = "1.0.2"
2424
itertools = "0.10.0"
25-
jod-thread = "0.1.0"
2625
lsp-types = { version = "0.91", features = ["proposed"] }
2726
parking_lot = "0.11.0"
2827
xflags = "0.2.1"
@@ -74,6 +73,7 @@ jemallocator = { version = "0.4.1", package = "tikv-jemallocator", optional = tr
7473

7574
[dev-dependencies]
7675
expect-test = "1.2.0-pre.1"
76+
jod-thread = "0.1.0"
7777
xshell = "0.1"
7878

7979
test_utils = { path = "../test_utils" }

0 commit comments

Comments
 (0)