about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAmos Wenger <amoswenger@gmail.com>2022-07-20 15:58:56 +0200
committerAmos Wenger <amoswenger@gmail.com>2022-07-20 15:58:57 +0200
commit244f29b1e7747c97922918c1d03df7ec96c2b965 (patch)
treec6853c77b7e0bd9f06f2952710131a1294ef9d1b
parentd5b1ae66c21e354f062916d477d8bd2f0f21a8ff (diff)
downloadrust-244f29b1e7747c97922918c1d03df7ec96c2b965.tar.gz
rust-244f29b1e7747c97922918c1d03df7ec96c2b965.zip
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.
-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 6998209a078..c37a0d17491 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 = []