Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/base-db/Cargo.toml')
| -rw-r--r-- | crates/base-db/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/base-db/Cargo.toml b/crates/base-db/Cargo.toml index 13b2665558..1aa43175f9 100644 --- a/crates/base-db/Cargo.toml +++ b/crates/base-db/Cargo.toml @@ -25,3 +25,6 @@ stdx.workspace = true syntax.workspace = true vfs.workspace = true span.workspace = true + +[lints] +workspace = true
\ No newline at end of file |