From 50187c9e76d8a34b43811f2416a54e77e2722a5a Mon Sep 17 00:00:00 2001 From: Thomas Churchman Date: Fri, 23 Jan 2026 11:10:19 +0100 Subject: [PATCH] Update lint set to v8 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index acadab9..ba4b6b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ serde = { version = "1.0.228", default-features = false, optional = true, featur [lints] rust.unsafe_code = "deny" -# LINEBENDER LINT SET - Cargo.toml - v7 +# LINEBENDER LINT SET - Cargo.toml - v8 # See https://linebender.org/wiki/canonical-lints/ rust.keyword_idents_2024 = "forbid" rust.non_ascii_idents = "forbid" @@ -69,6 +69,7 @@ clippy.too_many_arguments = "allow" clippy.allow_attributes_without_reason = "warn" clippy.cast_possible_truncation = "warn" +clippy.cast_possible_wrap = "warn" clippy.collection_is_never_read = "warn" clippy.default_trait_access = "warn" clippy.dbg_macro = "warn"