Skip to content

Commit

Permalink
made clippy happy in integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Jun 28, 2024
1 parent cfe221b commit 5c951b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ macro_rules! impl_float {
impl_float!(f32 f64);

/// Trait to compare two instances and panic if they are not equal.
#[allow(unused)]
pub trait AssertEq {
fn assert_eq(&self, expected: &Self);
}

0 comments on commit 5c951b8

Please sign in to comment.