mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-04-27 23:44:57 +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,
|
state: TaskState::Error,
|
||||||
..
|
..
|
||||||
} => (),
|
} => (),
|
||||||
other => unreachable!(other),
|
_ => unreachable!(),
|
||||||
}
|
}
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Reference in a new issue