We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5b6c1 commit 0e1c409Copy full SHA for 0e1c409
serde/src/lib.rs
@@ -119,6 +119,7 @@
119
// correctly used
120
enum_glob_use,
121
map_err_ignore,
122
+ result_unit_err,
123
wildcard_imports,
124
// not practical
125
needless_pass_by_value,
serde_derive_internals/lib.rs
@@ -6,6 +6,7 @@
6
allow(
7
cognitive_complexity,
8
redundant_field_names,
9
10
trivially_copy_pass_by_ref,
11
wildcard_in_or_patterns,
12
// clippy bug: https://github.com/rust-lang/rust-clippy/issues/5704
0 commit comments