Skip to content

Commit 56e2dcb

Browse files
Remoutosmoelius
authored andcommitted
Update wrong_serialize_struct_arg description to correctly match what it does
1 parent 2616492 commit 56e2dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/general/wrong_serialize_struct_arg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wrong_serialize_struct_arg"
33
version = "4.1.0"
44
authors = ["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"
66
edition = "2024"
77
publish = false
88

0 commit comments

Comments
 (0)