Skip to content

Commit

Permalink
style: Make lints happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed May 29, 2024
1 parent 4c40536 commit 7fe225d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/snapbox/src/assert/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl Backtrace {

#[cfg(not(feature = "debug"))]
impl std::fmt::Display for Backtrace {
fn fmt(&self, _: &mut std::fmt::Formatter) -> std::fmt::Result {
fn fmt(&self, _: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
Ok(())
}
}

0 comments on commit 7fe225d

Please sign in to comment.