clippy: enable struct_field_names lint (#11214)

This commit is contained in:
Daniel Hofstetter
2026-03-06 12:38:07 +01:00
committed by GitHub
parent f0c71b2477
commit 54cfd30196
-1
View File
@@ -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"