Silence a clippy equal arguments warning
The unit tests need to pass identical arguments to an equality comparison, to make sure equality is implemented correctly.
This commit is contained in:
parent
1c31225aac
commit
d883462d83
|
@ -609,6 +609,7 @@ mod test {
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(clippy::eq_op)]
|
||||
fn ordering<C1, C2>() -> Result<()>
|
||||
where
|
||||
C1: Constraint + Debug,
|
||||
|
|
Loading…
Reference in New Issue