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 7cfebbc commit beb21cbCopy full SHA for beb21cb
serde_derive_internals/lib.rs
@@ -4,6 +4,7 @@
4
// Ignored clippy lints
5
#![allow(
6
clippy::cognitive_complexity,
7
+ clippy::missing_panics_doc,
8
clippy::redundant_field_names,
9
clippy::result_unit_err,
10
clippy::should_implement_trait,
serde_test/src/lib.rs
@@ -155,6 +155,7 @@
155
allow(
156
empty_line_after_outer_attr,
157
missing_docs_in_private_items,
158
+ missing_panics_doc,
159
module_name_repetitions,
160
must_use_candidate,
161
redundant_field_names,
0 commit comments