diff --git a/crates/ruma-common/src/lib.rs b/crates/ruma-common/src/lib.rs index ed745e26..193c7904 100644 --- a/crates/ruma-common/src/lib.rs +++ b/crates/ruma-common/src/lib.rs @@ -4,7 +4,7 @@ #![recursion_limit = "1024"] #![warn(missing_docs)] -// https://github.com/rust-lang/rust-clippy/issues/8875 +// https://github.com/rust-lang/rust-clippy/issues/9029 #![allow(clippy::derive_partial_eq_without_eq)] #![cfg_attr(docsrs, feature(doc_auto_cfg))] diff --git a/crates/ruma-macros/src/lib.rs b/crates/ruma-macros/src/lib.rs index 99717288..b321ca96 100644 --- a/crates/ruma-macros/src/lib.rs +++ b/crates/ruma-macros/src/lib.rs @@ -5,7 +5,7 @@ //! See the documentation for the individual macros for usage details. #![warn(missing_docs)] -// https://github.com/rust-lang/rust-clippy/issues/8875 +// https://github.com/rust-lang/rust-clippy/issues/9029 #![allow(clippy::derive_partial_eq_without_eq)] use identifiers::expand_id_zst; diff --git a/xtask/src/main.rs b/xtask/src/main.rs index cd1e9fee..531384f3 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -4,7 +4,7 @@ //! `.cargo/config`. Run commands as `cargo xtask [command]`. #![allow(clippy::exhaustive_structs)] -// https://github.com/rust-lang/rust-clippy/issues/8875 +// https://github.com/rust-lang/rust-clippy/issues/9029 #![allow(clippy::derive_partial_eq_without_eq)] use std::path::PathBuf;