Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-diagnostics/Cargo.toml')
-rw-r--r--crates/ide-diagnostics/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide-diagnostics/Cargo.toml b/crates/ide-diagnostics/Cargo.toml
index a79adca4cd..e221425edd 100644
--- a/crates/ide-diagnostics/Cargo.toml
+++ b/crates/ide-diagnostics/Cargo.toml
@@ -29,3 +29,6 @@ expect-test = "1.4.0"
test-utils = { path = "../test-utils" }
sourcegen = { path = "../sourcegen" }
+
+[features]
+in-rust-tree = []