Skip to content

Commit 0e1c409

Browse files
committed
Suppress new result_unit_err clippy lint
1 parent 0d5b6c1 commit 0e1c409

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

serde/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@
119119
// correctly used
120120
enum_glob_use,
121121
map_err_ignore,
122+
result_unit_err,
122123
wildcard_imports,
123124
// not practical
124125
needless_pass_by_value,

serde_derive_internals/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
allow(
77
cognitive_complexity,
88
redundant_field_names,
9+
result_unit_err,
910
trivially_copy_pass_by_ref,
1011
wildcard_in_or_patterns,
1112
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704

0 commit comments

Comments
 (0)