Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/mbe/Cargo.toml')
-rw-r--r--crates/mbe/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/mbe/Cargo.toml b/crates/mbe/Cargo.toml
index 7ce8aadfb3..1002de2104 100644
--- a/crates/mbe/Cargo.toml
+++ b/crates/mbe/Cargo.toml
@@ -17,7 +17,6 @@ rustc-hash.workspace = true
smallvec.workspace = true
tracing.workspace = true
arrayvec.workspace = true
-ra-ap-rustc_lexer.workspace = true
# local deps
syntax.workspace = true
@@ -30,7 +29,7 @@ span.workspace = true
test-utils.workspace = true
[features]
-in-rust-tree = ["parser/in-rust-tree", "syntax/in-rust-tree"]
+in-rust-tree = ["parser/in-rust-tree", "tt/in-rust-tree", "syntax/in-rust-tree"]
[lints]
workspace = true