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 e9270e5 commit cadc3deCopy full SHA for cadc3de
serde_derive/src/lib.rs
@@ -43,6 +43,8 @@
43
clippy::let_underscore_drop,
44
clippy::map_err_ignore,
45
clippy::match_same_arms,
46
+ // clippy bug: https://github.com/rust-lang/rust-clippy/issues/6984
47
+ clippy::match_wildcard_for_single_variants,
48
clippy::module_name_repetitions,
49
clippy::must_use_candidate,
50
clippy::option_if_let_else,
serde_derive_internals/lib.rs
@@ -22,6 +22,8 @@
22
clippy::items_after_statements,
23
24
25
26
27
clippy::missing_errors_doc,
28
29
0 commit comments