Set some rust and clippy lints in Cargo.toml
This commit is contained in:
parent
227cbcb73e
commit
620219e18e
1 changed files with 6 additions and 0 deletions
|
@ -37,3 +37,9 @@ features = ["bmp", "dds", "exr", "ff", "gif", "hdr", "ico", "jpeg", "png", "pnm"
|
|||
[features]
|
||||
default = []
|
||||
avif = ["image/avif-native"]
|
||||
|
||||
[lints.rust]
|
||||
unused_must_use = "deny"
|
||||
|
||||
[lints.clippy]
|
||||
uninlined_format_args = "allow"
|
||||
|
|
Loading…
Add table
Reference in a new issue