File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
general/wrong_serialize_struct_arg Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ The example libraries are separated into the following three categories:
2121| [ ` incorrect_matches_operation ` ] ( ./general/incorrect_matches_operation ) | Incorrect operators used with matches! macros |
2222| [ ` non_local_effect_before_error_return ` ] ( ./general/non_local_effect_before_error_return ) | Non-local effects before return of an error |
2323| [ ` non_thread_safe_call_in_test ` ] ( ./general/non_thread_safe_call_in_test ) | Non-thread-safe function calls in tests |
24- | [ ` wrong_serialize_struct_arg ` ] ( ./general/wrong_serialize_struct_arg ) | Calls to ` serialize_struct ` with incorrect ` len ` arguments |
24+ | [ ` wrong_serialize_struct_arg ` ] ( ./general/wrong_serialize_struct_arg ) | Calls to serialization methods with incorrect ` len ` arguments |
2525
2626## Supplementary
2727
Original file line number Diff line number Diff line change 22name = " wrong_serialize_struct_arg"
33version = " 4.1.0"
44authors = [
" Samuel E. Moelius III <[email protected] >" ]
5- description = " A lint to check for calls to `serialize_struct` with incorrect `len` arguments"
5+ description = " A lint to check for calls to serialization methods with incorrect `len` arguments"
66edition = " 2024"
77publish = false
88
You can’t perform that action at this time.
0 commit comments