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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml index 23734b5bbd..3610171784 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -36,7 +36,7 @@ expect-test.workspace = true proc-macro-test.path = "./proc-macro-test" [features] -default = ["sysroot-abi"] +default = [] sysroot-abi = [] in-rust-tree = ["sysroot-abi"] |