From 54cfd30196b6140b5b1be1b3461bca4488d9b9b7 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 6 Mar 2026 12:38:07 +0100 Subject: [PATCH] clippy: enable struct_field_names lint (#11214) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5f417bd42..b0015fa6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -732,7 +732,6 @@ unused_self = "allow" enum_glob_use = "allow" unnested_or_patterns = "allow" implicit_hasher = "allow" -struct_field_names = "allow" doc_link_with_quotes = "allow" format_push_string = "allow" flat_map_option = "allow"