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 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/crates/proc-macro-srv/Cargo.toml b/crates/proc-macro-srv/Cargo.toml index 8e5617f8a2..a161d79693 100644 --- a/crates/proc-macro-srv/Cargo.toml +++ b/crates/proc-macro-srv/Cargo.toml @@ -23,8 +23,6 @@ paths.workspace = true span = { path = "../span", version = "0.0.0", default-features = false} intern.workspace = true -ra-ap-rustc_lexer.workspace = true - [target.'cfg(unix)'.dependencies] libc.workspace = true @@ -38,8 +36,11 @@ proc-macro-test.path = "./proc-macro-test" [features] default = [] -sysroot-abi = [] -in-rust-tree = ["sysroot-abi"] +# default = ["in-rust-tree"] +in-rust-tree = [] [lints] workspace = true + +[package.metadata.rust-analyzer] +rustc_private=true |