Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
🚨 Fix new linter rule affecting totally fine enum
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Jan 14, 2022
1 parent 2df9ee4 commit ebc1626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/harness/src/redis/resource/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mod conlike;
mod multiplexed;
mod owned;

#[allow(clippy::enum_variant_names)]
#[derive(Eq, PartialEq)]
enum CommandParseMode {
ArgumentCount,
Expand Down

0 comments on commit ebc1626

Please sign in to comment.