From 80ccbb835774cbd462076b35464514682d13459e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 9 Feb 2025 08:12:04 +0100 Subject: Create explicit `Thumbnail` struct in `gallery` example --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d365e146..c95fbd1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -200,6 +200,7 @@ unused_results = "deny" [workspace.lints.clippy] type-complexity = "allow" +map-entry = "allow" semicolon_if_nothing_returned = "deny" trivially-copy-pass-by-ref = "deny" default_trait_access = "deny" -- cgit