Skip to content

Commit

Permalink
chore: disable wrong self convention until clippy is fixed
Browse files Browse the repository at this point in the history
Fixed in rust-lang/rust-clippy#6818 but
requires a new clippy release.
  • Loading branch information
anthraxx committed Mar 10, 2021
1 parent 772d743 commit 1767f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub const DEFAULT_LIST_FORMAT: &str =

#[derive(Debug, PartialEq, ToString, EnumString)]
#[strum(serialize_all = "snake_case")]
#[allow(clippy::wrong_self_convention)]
pub enum DisplayMode {
Smash,
List,
Expand Down

0 comments on commit 1767f01

Please sign in to comment.