diff --git a/gstreamer/src/clock_time.rs b/gstreamer/src/clock_time.rs index 232ad95d7..59931cd6e 100644 --- a/gstreamer/src/clock_time.rs +++ b/gstreamer/src/clock_time.rs @@ -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));