You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iui: ffi: replace ATOMIC_BOOL_INIT with AtomicBool::new()
The constant ATOMIC_BOOL_INIT was deprecated when const fn support was
added, because `AtomicBool::new()` can now be used. Replace this
constant with the function call in order to remove a deprecated warning.
Signed-off-by: Sean Cross <[email protected]>
0 commit comments