Unnamed repository; edit this file 'description' to name the repository.
Bring back in-rust-tree feature to ide
Laurențiu Nicola 2024-03-10
parent 9252f33 · commit dc850b3
-rw-r--r--crates/ide/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 006fd222c6..aca7d613e1 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -51,5 +51,8 @@ expect-test = "1.4.0"
test-utils.workspace = true
test-fixture.workspace = true
+[features]
+in-rust-tree = []
+
[lints]
workspace = true