made clippy happy in integration tests

This commit is contained in:
MaxOhn
2024-06-29 00:42:41 +02:00
parent cfe221b6ff
commit 5c951b8bd4
+1
View File
@@ -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);
}