mirror of
https://github.com/Devolutions/IronRDP.git
synced 2025-12-23 12:26:46 +00:00
chore: enable rest_pat_in_fully_bound_structs clippy lint (#1003)
This commit is contained in:
parent
c6b5487559
commit
49a0a9e6d2
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue