Set some rust and clippy lints in Cargo.toml

This commit is contained in:
Gergő Sályi 2025-05-31 09:55:15 +02:00
parent 227cbcb73e
commit 620219e18e

View file

@ -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"