Skip to content

Commit

Permalink
TEMP: fix clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jul 8, 2024
1 parent 9afcb74 commit f276a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl CliError {

impl Display for CliError {
fn fmt(&self, f: &mut Formatter) -> FmtResult {
write!(f, "{} {}", Format::Error("error:"), self)
write!(f, "{} {}", Format::Error("error:"), self.description())
}
}

Expand Down

0 comments on commit f276a8f

Please sign in to comment.