diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 5392589186d1d..861753d6fb410 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -87,7 +87,6 @@ jemalloc = ["jemallocator", "profile/jemalloc"] force-always-assert = ["always-assert/force"] in-rust-tree = [ "proc-macro-srv/sysroot-abi", - "sourcegen/in-rust-tree", "ide/in-rust-tree", "syntax/in-rust-tree", ] diff --git a/crates/sourcegen/Cargo.toml b/crates/sourcegen/Cargo.toml index a84110d940bc7..e75867e2d81cf 100644 --- a/crates/sourcegen/Cargo.toml +++ b/crates/sourcegen/Cargo.toml @@ -11,6 +11,3 @@ doctest = false [dependencies] xshell = "0.2.2" - -[features] -in-rust-tree = []