mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2025-09-24 23:41:30 +02:00
style: propagate clippy lints throughout workspace
This commit is contained in:
parent
f445a03fb2
commit
8f3c426359
4 changed files with 11 additions and 1 deletions
|
@ -10,6 +10,10 @@ resolver = "2"
|
|||
clap = { version = "4", features = [ "derive" ] }
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
|
||||
# to enable all the lints below, this must be present in a workspace member's Cargo.toml:
|
||||
# [lints]
|
||||
# workspace = true
|
||||
|
||||
[workspace.lints.rust]
|
||||
unsafe_code = "deny"
|
||||
variant_size_differences = "warn"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue