Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-completion/Cargo.toml')
-rw-r--r--crates/ide-completion/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/crates/ide-completion/Cargo.toml b/crates/ide-completion/Cargo.toml
index 60f90a41b9..7fbcf3d19e 100644
--- a/crates/ide-completion/Cargo.toml
+++ b/crates/ide-completion/Cargo.toml
@@ -35,3 +35,7 @@ expect-test = "1.4.0"
# local deps
test-utils.workspace = true
+test-fixture.workspace = true
+
+[lints]
+workspace = true \ No newline at end of file