Skip to content

Commit

Permalink
Fix clippy warnings in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed May 17, 2024
1 parent 865d76d commit d2707c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use crate::BoxedError;
use super::*;

fn examine_report(
error: impl miette::Diagnostic + std::error::Error + std::fmt::Debug + Sync + Send + 'static,
error: impl miette::Diagnostic + Sync + Send + 'static,
) {
println!("{}", error);
println!("{:?}", error);
Expand Down

0 comments on commit d2707c9

Please sign in to comment.