Skip to content

Commit 7929e9c

Browse files
committed
Remove obsolete in-rust-tree feature from sourcegen
1 parent 73f6af5 commit 7929e9c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ jemalloc = ["jemallocator", "profile/jemalloc"]
8787
force-always-assert = ["always-assert/force"]
8888
in-rust-tree = [
8989
"proc-macro-srv/sysroot-abi",
90-
"sourcegen/in-rust-tree",
9190
"ide/in-rust-tree",
9291
"syntax/in-rust-tree",
9392
]

crates/sourcegen/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,3 @@ doctest = false
1111

1212
[dependencies]
1313
xshell = "0.2.2"
14-
15-
[features]
16-
in-rust-tree = []

0 commit comments

Comments
 (0)