Skip to content

Commit 9c03aa1

Browse files
committed
Auto merge of #14997 - lnicola:fix-warning, r=Veykril
internal: Fix dependency warning Hope this doesn't break #14984 again.
2 parents 9157927 + 08ef169 commit 9c03aa1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.lock

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

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ ide-db.workspace = true
6868
ide-ssr.workspace = true
6969
ide.workspace = true
7070
proc-macro-api.workspace = true
71-
proc-macro-srv-cli.workspace = true
7271
profile.workspace = true
7372
project-model.workspace = true
7473
stdx.workspace = true
@@ -95,5 +94,5 @@ mbe.workspace = true
9594
[features]
9695
jemalloc = ["jemallocator", "profile/jemalloc"]
9796
force-always-assert = ["always-assert/force"]
98-
sysroot-abi = ["proc-macro-srv-cli/sysroot-abi"]
97+
sysroot-abi = []
9998
in-rust-tree = ["sysroot-abi", "ide/in-rust-tree", "syntax/in-rust-tree"]

0 commit comments

Comments
 (0)