Skip to content

Commit

Permalink
Ignore new missing_panics_doc pedantic clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 4, 2021
1 parent 7cfebbc commit beb21cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions serde_derive_internals/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
// Ignored clippy lints
#![allow(
clippy::cognitive_complexity,
clippy::missing_panics_doc,
clippy::redundant_field_names,
clippy::result_unit_err,
clippy::should_implement_trait,
Expand Down
1 change: 1 addition & 0 deletions serde_test/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@
allow(
empty_line_after_outer_attr,
missing_docs_in_private_items,
missing_panics_doc,
module_name_repetitions,
must_use_candidate,
redundant_field_names,
Expand Down

0 comments on commit beb21cb

Please sign in to comment.