Unnamed repository; edit this file 'description' to name the repository.
Revert default feature
| -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 72d394d37b..68e0bb6ac8 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -35,7 +35,7 @@ line-index.workspace = true proc-macro-test.path = "./proc-macro-test" [features] -default = ["in-rust-tree"] +default = [] in-rust-tree = [] [lints] |