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