Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-expand/Cargo.toml')
| -rw-r--r-- | crates/hir-expand/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/hir-expand/Cargo.toml b/crates/hir-expand/Cargo.toml index e8a8f3ee07..506a188a21 100644 --- a/crates/hir-expand/Cargo.toml +++ b/crates/hir-expand/Cargo.toml @@ -36,3 +36,6 @@ span.workspace = true [dev-dependencies] expect-test = "1.4.0" + +[lints] +workspace = true
\ No newline at end of file |