Skip to content

Commit beb21cb

Browse files
committed
Ignore new missing_panics_doc pedantic clippy lint
1 parent 7cfebbc commit beb21cb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

serde_derive_internals/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// Ignored clippy lints
55
#![allow(
66
clippy::cognitive_complexity,
7+
clippy::missing_panics_doc,
78
clippy::redundant_field_names,
89
clippy::result_unit_err,
910
clippy::should_implement_trait,

serde_test/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
allow(
156156
empty_line_after_outer_attr,
157157
missing_docs_in_private_items,
158+
missing_panics_doc,
158159
module_name_repetitions,
159160
must_use_candidate,
160161
redundant_field_names,

0 commit comments

Comments
 (0)