forked from mirrors/gstreamer-rs
gstreamer: Silence a new clippy warning in the tests
This commit is contained in:
parent
605c633579
commit
711a4bb76e
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue