Update macro crate's attributes
This commit is contained in:
parent
4d8cc3624f
commit
02e9ff2ae6
@ -7,26 +7,6 @@
|
|||||||
missing_copy_implementations,
|
missing_copy_implementations,
|
||||||
missing_debug_implementations,
|
missing_debug_implementations,
|
||||||
// missing_docs, # Uncomment when https://github.com/rust-lang/rust/pull/60562 is released.
|
// missing_docs, # Uncomment when https://github.com/rust-lang/rust/pull/60562 is released.
|
||||||
warnings
|
|
||||||
)]
|
|
||||||
#![warn(
|
|
||||||
clippy::empty_line_after_outer_attr,
|
|
||||||
clippy::expl_impl_clone_on_copy,
|
|
||||||
clippy::if_not_else,
|
|
||||||
clippy::items_after_statements,
|
|
||||||
clippy::match_same_arms,
|
|
||||||
clippy::mem_forget,
|
|
||||||
clippy::missing_docs_in_private_items,
|
|
||||||
clippy::multiple_inherent_impl,
|
|
||||||
clippy::mut_mut,
|
|
||||||
clippy::needless_borrow,
|
|
||||||
clippy::needless_continue,
|
|
||||||
clippy::single_match_else,
|
|
||||||
clippy::unicode_not_nfc,
|
|
||||||
clippy::use_self,
|
|
||||||
clippy::used_underscore_binding,
|
|
||||||
clippy::wrong_pub_self_convention,
|
|
||||||
clippy::wrong_self_convention
|
|
||||||
)]
|
)]
|
||||||
#![allow(clippy::cognitive_complexity)]
|
#![allow(clippy::cognitive_complexity)]
|
||||||
// Since we support Rust 1.34.2, we can't apply this suggestion yet
|
// Since we support Rust 1.34.2, we can't apply this suggestion yet
|
||||||
|
Loading…
x
Reference in New Issue
Block a user