Ignore new missing_panics_doc pedantic clippy lint

This commit is contained in:
David Tolnay 2021-02-03 20:07:44 -08:00
parent 7cfebbcd72
commit beb21cb640
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 0 deletions

View File

@ -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,

View File

@ -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,