mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 15:25:38 +00:00
Ignore new missing_panics_doc pedantic clippy lint
This commit is contained in:
parent
7cfebbcd72
commit
beb21cb640
@ -4,6 +4,7 @@
|
|||||||
// Ignored clippy lints
|
// Ignored clippy lints
|
||||||
#![allow(
|
#![allow(
|
||||||
clippy::cognitive_complexity,
|
clippy::cognitive_complexity,
|
||||||
|
clippy::missing_panics_doc,
|
||||||
clippy::redundant_field_names,
|
clippy::redundant_field_names,
|
||||||
clippy::result_unit_err,
|
clippy::result_unit_err,
|
||||||
clippy::should_implement_trait,
|
clippy::should_implement_trait,
|
||||||
|
@ -155,6 +155,7 @@
|
|||||||
allow(
|
allow(
|
||||||
empty_line_after_outer_attr,
|
empty_line_after_outer_attr,
|
||||||
missing_docs_in_private_items,
|
missing_docs_in_private_items,
|
||||||
|
missing_panics_doc,
|
||||||
module_name_repetitions,
|
module_name_repetitions,
|
||||||
must_use_candidate,
|
must_use_candidate,
|
||||||
redundant_field_names,
|
redundant_field_names,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user