diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2024-03-10 11:01:36 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2024-03-10 11:08:11 +0200 |
| commit | b4e3b2e48286c4e935efc7adbe7749d54732b89b (patch) | |
| tree | c8a084fbf03ef2eeb7912c98aefc033a03db44a8 | |
| parent | 56493e4cbd6262adae03e73aefb8a9e618a9fc2d (diff) | |
| download | rust-b4e3b2e48286c4e935efc7adbe7749d54732b89b.tar.gz rust-b4e3b2e48286c4e935efc7adbe7749d54732b89b.zip | |
Bring back in-rust-tree feature to ide
| -rw-r--r-- | src/tools/rust-analyzer/crates/ide/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/rust-analyzer/crates/ide/Cargo.toml b/src/tools/rust-analyzer/crates/ide/Cargo.toml index 006fd222c61..aca7d613e11 100644 --- a/src/tools/rust-analyzer/crates/ide/Cargo.toml +++ b/src/tools/rust-analyzer/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 |
