diff --git a/Cargo.toml b/Cargo.toml index ab4f5a1..c726e73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"