Skip to content

Commit

Permalink
eyre-rs#198 - fix: Runned cargo clippy to try fix clippy ci errors
Browse files Browse the repository at this point in the history
  • Loading branch information
afmireski committed Nov 21, 2024
1 parent 911b196 commit 8addc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion color-eyre/src/section/help.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ impl Section for Report {
F: FnOnce() -> Report,
{
if let Some(handler) = self.handler_mut().downcast_mut::<crate::Handler>() {
let report = report().into();
let report = report();
handler
.sections
.push(HelpInfo::Report(Box::new(report), handler.theme));
Expand Down

0 comments on commit 8addc8f

Please sign in to comment.