Skip to content

Commit

Permalink
style: Make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Sep 28, 2022
1 parent a5823b7 commit a6712cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/git/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ fn parse_color(word: &str) -> Result<Option<anstyle::Color>, ()> {
}

/// Type for errors returned by the parser.
#[derive(Debug, PartialEq)]
#[derive(Debug, PartialEq, Eq)]
#[non_exhaustive]
pub enum Error {
/// An extra color appeared after the foreground and background colors.
Expand Down

0 comments on commit a6712cb

Please sign in to comment.