Skip to content

Commit 15312aa

Browse files
committed
removing seemingly unused dev deps.
1 parent 4ccd90a commit 15312aa

File tree

6 files changed

+0
-12
lines changed

6 files changed

+0
-12
lines changed

Cargo.lock

Lines changed: 0 additions & 5 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 & 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/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_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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ xshell = "0.1"
7373
test_utils = { path = "../test_utils" }
7474
sourcegen = { path = "../sourcegen" }
7575
mbe = { path = "../mbe" }
76-
tt = { path = "../tt" }
7776

7877
[features]
7978
jemalloc = ["jemallocator", "profile/jemalloc"]

0 commit comments

Comments
 (0)