Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-ssr/Cargo.toml')
| -rw-r--r-- | crates/ide-ssr/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/ide-ssr/Cargo.toml b/crates/ide-ssr/Cargo.toml index 9ea7beaf98..57b1f9465a 100644 --- a/crates/ide-ssr/Cargo.toml +++ b/crates/ide-ssr/Cargo.toml @@ -32,3 +32,6 @@ expect-test = "1.4.0" # local deps test-utils.workspace = true test-fixture.workspace = true + +[lints] +workspace = true
\ No newline at end of file |