Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-assists/Cargo.toml')
-rw-r--r--crates/ide-assists/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ide-assists/Cargo.toml b/crates/ide-assists/Cargo.toml
index a622ec1a95..4d4bac5fb9 100644
--- a/crates/ide-assists/Cargo.toml
+++ b/crates/ide-assists/Cargo.toml
@@ -31,7 +31,11 @@ expect-test = "1.4.0"
# local deps
test-utils.workspace = true
+test-fixture.workspace = true
sourcegen.workspace = true
[features]
in-rust-tree = []
+
+[lints]
+workspace = true \ No newline at end of file