diff --git a/ruma-api-macros/src/lib.rs b/ruma-api-macros/src/lib.rs index baec0a4f..221b0b93 100644 --- a/ruma-api-macros/src/lib.rs +++ b/ruma-api-macros/src/lib.rs @@ -10,7 +10,6 @@ #![allow(clippy::cognitive_complexity)] // Remove this once https://github.com/rust-lang/rust/issues/54883 becomes stable #![allow(clippy::unnested_or_patterns)] -#![allow(clippy::unknown_clippy_lints)] #![recursion_limit = "256"] use proc_macro::TokenStream; diff --git a/ruma-events/src/lib.rs b/ruma-events/src/lib.rs index 32681944..31977de3 100644 --- a/ruma-events/src/lib.rs +++ b/ruma-events/src/lib.rs @@ -180,7 +180,6 @@ #![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)] use std::fmt::Debug;