diff --git a/src/lib.rs b/src/lib.rs index 2262753e..528b8650 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -112,6 +112,8 @@ #![deny(missing_debug_implementations)] #![deny(missing_docs)] #![deny(warnings)] +// Since we support Rust 1.34.2, we can't apply this suggestion yet +#![allow(clippy::use_self)] use std::{ convert::Infallible,