diff --git a/src/lib.rs b/src/lib.rs index 333dafac..13d8a213 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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]