Unnamed repository; edit this file 'description' to name the repository.
Remove in-rust-tree feature
Since it's unused for now -it'll be re-introduced along with the upcoming `proc-macro-srv/sysroot` feature.
Amos Wenger 2022-07-20
parent d5b1ae6 · commit 244f29b
-rw-r--r--crates/rust-analyzer/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml
index 6998209a07..c37a0d1749 100644
--- a/crates/rust-analyzer/Cargo.toml
+++ b/crates/rust-analyzer/Cargo.toml
@@ -84,4 +84,3 @@ mbe = { path = "../mbe" }
[features]
jemalloc = ["jemallocator", "profile/jemalloc"]
force-always-assert = ["always-assert/force"]
-in-rust-tree = []