Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/proc-macro-srv/Cargo.toml')
-rw-r--r--crates/proc-macro-srv/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml
index b6686fa5b6..54dae4eba9 100644
--- a/crates/proc-macro-srv/Cargo.toml
+++ b/crates/proc-macro-srv/Cargo.toml
@@ -37,7 +37,8 @@ expect-test = "1.4.0"
proc-macro-test.path = "./proc-macro-test"
[features]
-sysroot-abi = ["proc-macro-test/sysroot-abi"]
+sysroot-abi = []
+in-rust-tree = ["mbe/in-rust-tree"]
[lints]
-workspace = true \ No newline at end of file
+workspace = true