mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-23 10:30:40 +00:00
generic/threadshare: fix for nightly build
This commit is contained in:
parent
2cf84d5ce8
commit
72d9d3dc58
1 changed files with 1 additions and 1 deletions
|
@ -1451,7 +1451,7 @@ mod tests {
|
||||||
state: TaskState::Error,
|
state: TaskState::Error,
|
||||||
..
|
..
|
||||||
} => (),
|
} => (),
|
||||||
other => unreachable!(other),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Reference in a new issue