Suppress clippy

This commit is contained in:
Maybe Waffle 2021-12-19 14:56:20 +03:00
parent 59fc8709cd
commit 40a5860085

View file

@ -87,6 +87,8 @@
#![cfg_attr(all(feature = "full", docsrs), deny(rustdoc::broken_intra_doc_links))]
//#![deny(missing_docs)]
#![warn(clippy::print_stdout, clippy::dbg_macro)]
// Unless this becomes machine applicable, I'm not adding 334 #[must_use]s (waffle)
#![allow(clippy::return_self_not_must_use)]
// The internal helper macros.
#[macro_use]