gstreamer: Silence a new clippy warning in the tests

This commit is contained in:
Sebastian Dröge 2022-01-14 12:58:26 +02:00
parent 605c633579
commit 711a4bb76e

View file

@ -556,6 +556,7 @@ mod tests {
}
#[test]
#[allow(clippy::nonminimal_bool)]
fn comp() {
assert!(ClockTime::ZERO < CT_2);
assert!(Some(ClockTime::ZERO) < Some(CT_2));