mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-26 03:45:04 +00:00
removing seemingly unused dev deps.
This commit is contained in:
parent
4ccd90af81
commit
15312aab58
6 changed files with 0 additions and 12 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -526,7 +526,6 @@ dependencies = [
|
||||||
"profile",
|
"profile",
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"syntax",
|
"syntax",
|
||||||
"test_utils",
|
|
||||||
"tracing",
|
"tracing",
|
||||||
"tt",
|
"tt",
|
||||||
]
|
]
|
||||||
|
@ -895,7 +894,6 @@ dependencies = [
|
||||||
"cov-mark",
|
"cov-mark",
|
||||||
"expect-test",
|
"expect-test",
|
||||||
"parser",
|
"parser",
|
||||||
"profile",
|
|
||||||
"rustc-hash",
|
"rustc-hash",
|
||||||
"smallvec",
|
"smallvec",
|
||||||
"stdx",
|
"stdx",
|
||||||
|
@ -1140,7 +1138,6 @@ dependencies = [
|
||||||
name = "proc_macro_srv"
|
name = "proc_macro_srv"
|
||||||
version = "0.0.0"
|
version = "0.0.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"cargo_metadata",
|
|
||||||
"expect-test",
|
"expect-test",
|
||||||
"libloading",
|
"libloading",
|
||||||
"mbe",
|
"mbe",
|
||||||
|
@ -1149,8 +1146,6 @@ dependencies = [
|
||||||
"paths",
|
"paths",
|
||||||
"proc_macro_api",
|
"proc_macro_api",
|
||||||
"proc_macro_test",
|
"proc_macro_test",
|
||||||
"test_utils",
|
|
||||||
"toolchain",
|
|
||||||
"tt",
|
"tt",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
@ -25,5 +25,4 @@ mbe = { path = "../mbe", version = "0.0.0" }
|
||||||
limit = { path = "../limit", version = "0.0.0" }
|
limit = { path = "../limit", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test_utils = { path = "../test_utils" }
|
|
||||||
expect-test = "1.1"
|
expect-test = "1.1"
|
||||||
|
|
|
@ -40,4 +40,3 @@ tracing-subscriber = { version = "0.2", default-features = false, features = [
|
||||||
"registry",
|
"registry",
|
||||||
] }
|
] }
|
||||||
tracing-tree = { version = "0.1.10" }
|
tracing-tree = { version = "0.1.10" }
|
||||||
once_cell = { version = "1.5.0", features = ["unstable"] }
|
|
||||||
|
|
|
@ -21,5 +21,4 @@ tt = { path = "../tt", version = "0.0.0" }
|
||||||
stdx = { path = "../stdx", version = "0.0.0" }
|
stdx = { path = "../stdx", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
profile = { path = "../profile" }
|
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils" }
|
||||||
|
|
|
@ -25,9 +25,6 @@ paths = { path = "../paths", version = "0.0.0" }
|
||||||
proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
|
proc_macro_api = { path = "../proc_macro_api", version = "0.0.0" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
test_utils = { path = "../test_utils" }
|
|
||||||
toolchain = { path = "../toolchain" }
|
|
||||||
cargo_metadata = "0.14"
|
|
||||||
expect-test = "1.1.0"
|
expect-test = "1.1.0"
|
||||||
|
|
||||||
# used as proc macro test targets
|
# used as proc macro test targets
|
||||||
|
|
|
@ -73,7 +73,6 @@ xshell = "0.1"
|
||||||
test_utils = { path = "../test_utils" }
|
test_utils = { path = "../test_utils" }
|
||||||
sourcegen = { path = "../sourcegen" }
|
sourcegen = { path = "../sourcegen" }
|
||||||
mbe = { path = "../mbe" }
|
mbe = { path = "../mbe" }
|
||||||
tt = { path = "../tt" }
|
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
jemalloc = ["jemallocator", "profile/jemalloc"]
|
jemalloc = ["jemallocator", "profile/jemalloc"]
|
||||||
|
|
Loading…
Reference in a new issue