chore: enable rest_pat_in_fully_bound_structs clippy lint (#1003)

This commit is contained in:
Alex Yusiuk 2025-10-02 11:05:34 +03:00 committed by GitHub
parent c6b5487559
commit 49a0a9e6d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,6 +142,7 @@ range_plus_one = "warn"
# TODO: self_named_module_files = "warn"
# TODO: partial_pub_fields = "warn" (should we enable only in pdu crates?)
redundant_type_annotations = "warn"
rest_pat_in_fully_bound_structs = "warn"
# == Compile-time / optimization == #
doc_include_without_cfg = "warn"