Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
-rw-r--r--crates/hir-expand/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml
index a9eeb58b2b..ca05618aec 100644
--- a/crates/hir-expand/Cargo.toml
+++ b/crates/hir-expand/Cargo.toml
@@ -37,5 +37,8 @@ parser.workspace = true
[dev-dependencies]
expect-test = "1.4.0"
+[features]
+in-rust-tree = ["syntax/in-rust-tree"]
+
[lints]
workspace = true