From ce642071d85919668e4bef97796b9c71a7328ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 10 Mar 2024 11:01:36 +0200 Subject: [PATCH] Bring back in-rust-tree feature to ide --- crates/ide/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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