Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/test-fixture/Cargo.toml')
| -rw-r--r-- | crates/test-fixture/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/test-fixture/Cargo.toml b/crates/test-fixture/Cargo.toml index 353d4c312d..74a4f83632 100644 --- a/crates/test-fixture/Cargo.toml +++ b/crates/test-fixture/Cargo.toml @@ -14,12 +14,15 @@ test-utils.workspace = true tt.workspace = true cfg.workspace = true base-db.workspace = true -rustc-hash.workspace = true span.workspace = true stdx.workspace = true intern.workspace = true triomphe.workspace = true paths.workspace = true +[features] +default = [] +in-rust-tree = [] + [lints] workspace = true |