Skip to content

Commit

Permalink
clippy: 🎨 🔥 drop not used lint
Browse files Browse the repository at this point in the history
Signed-off-by: zwPapEr <[email protected]>
  • Loading branch information
zwpaper authored and meain committed Jan 16, 2022
1 parent ade8662 commit d86b1e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flags/date.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use clap::ArgMatches;

/// The flag showing which kind of time stamps to display.
#[derive(Clone, Debug, PartialEq, Eq)]
#[allow(clippy::upper_case_acronyms)]
pub enum DateFlag {
Date,
Relative,
Expand Down

0 comments on commit d86b1e1

Please sign in to comment.