diff --git a/ruma-events/src/lib.rs b/ruma-events/src/lib.rs index c0738bdb..cea35b00 100644 --- a/ruma-events/src/lib.rs +++ b/ruma-events/src/lib.rs @@ -111,9 +111,8 @@ #![recursion_limit = "1024"] #![warn(missing_debug_implementations, missing_docs, rust_2018_idioms)] -#![allow(clippy::new_without_default)] // lint is no good -// Since we support Rust 1.36.0, we can't apply this suggestion yet -#![allow(clippy::use_self)] +// This lint is no good +#![allow(clippy::new_without_default)] // Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable #![allow(clippy::unnested_or_patterns)] #![allow(clippy::unknown_clippy_lints)]