Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/Cargo.toml')
| -rw-r--r-- | crates/hir/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/hir/Cargo.toml b/crates/hir/Cargo.toml index f860ee9484..09ab60dd54 100644 --- a/crates/hir/Cargo.toml +++ b/crates/hir/Cargo.toml @@ -30,3 +30,6 @@ profile.workspace = true stdx.workspace = true syntax.workspace = true tt.workspace = true + +[features] +in-rust-tree = [] |