mirror of
https://github.com/danbulant/cushy
synced 2026-06-20 06:51:07 +00:00
Merge branch 'main' of github.com:khonsulabs/gooey
This commit is contained in:
commit
c0d714331b
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ impl UnwindsafeCondvar {
|
|||
pub const fn new() -> Self {
|
||||
#[cfg(any(target_os = "ios", target_os = "macos"))]
|
||||
{
|
||||
Self(AssertUnwindSafe(Condvar::new()))
|
||||
Self(std::panic::AssertUnwindSafe(Condvar::new()))
|
||||
}
|
||||
|
||||
#[cfg(not(any(target_os = "ios", target_os = "macos")))]
|
||||
|
|
|
|||
Loading…
Reference in a new issue