style: propagate clippy lints throughout workspace

This commit is contained in:
multisn8 2024-01-11 11:39:59 +01:00
parent f445a03fb2
commit 8f3c426359
Signed by untrusted user: multisamplednight
GPG key ID: 6D525AA147CBDAE2
4 changed files with 11 additions and 1 deletions

View file

@ -8,3 +8,6 @@ edition = "2021"
[dependencies]
serde = { workspace = true, features = [ "derive" ] }
ron = "0.8"
[lints]
workspace = true