From acd36a9333a5899d38a646520884cae500b3f025 Mon Sep 17 00:00:00 2001 From: Alexandre Bury Date: Fri, 27 Jan 2023 12:23:15 -0500 Subject: [PATCH] Rename clippy option for nightly --- cursive-core/src/theme/effect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cursive-core/src/theme/effect.rs b/cursive-core/src/theme/effect.rs index c92c1b71..55c3a6fd 100644 --- a/cursive-core/src/theme/effect.rs +++ b/cursive-core/src/theme/effect.rs @@ -2,7 +2,7 @@ use enumset::EnumSetType; use std::str::FromStr; /// Text effect -#[allow(clippy::derive_hash_xor_eq)] // We do derive it through EnumSetType +#[allow(clippy::derived_hash_with_manual_eq)] // We do derive it through EnumSetType #[derive(EnumSetType, Debug, Hash)] pub enum Effect { /// No effect