Use Cargo's [workspace.lints.*] to config clippy

This commit is contained in:
Tetsuharu Ohzeki 2023-12-29 23:22:29 +09:00
parent 25444cdd04
commit efc87092b3
44 changed files with 133 additions and 1 deletions

View file

@ -25,3 +25,6 @@ stdx.workspace = true
syntax.workspace = true
vfs.workspace = true
span.workspace = true
[lints]
workspace = true