Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/load-cargo/Cargo.toml')
| -rw-r--r-- | crates/load-cargo/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/load-cargo/Cargo.toml b/crates/load-cargo/Cargo.toml index 48e84a7b25..b6f90ec53b 100644 --- a/crates/load-cargo/Cargo.toml +++ b/crates/load-cargo/Cargo.toml @@ -28,5 +28,8 @@ tt.workspace = true vfs-notify.workspace = true vfs.workspace = true +[features] +in-rust-tree = ["hir-expand/in-rust-tree"] + [lints] workspace = true |