Skip to content

Commit

Permalink
Rename clippy option for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexArgoAi committed Jan 27, 2023
1 parent b4e69a1 commit acd36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cursive-core/src/theme/effect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acd36a9

Please sign in to comment.