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