mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-03-30 20:39:34 +00:00
generic/threadshare: fix for nightly build
This commit is contained in:
parent
91ead3da7a
commit
92ca54f0ba
1 changed files with 1 additions and 1 deletions
|
@ -1450,7 +1450,7 @@ mod tests {
|
|||
state: TaskState::Error,
|
||||
..
|
||||
} => (),
|
||||
other => unreachable!(other),
|
||||
_ => unreachable!(),
|
||||
}
|
||||
|
||||
assert_eq!(
|
||||
|
|
Loading…
Reference in a new issue