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
Use AtomicUsize::new(0) in place of deprecated ATOMIC_USIZE_INIT
`ATOMIC_USIZE_INIT` is deprecated starting in 1.34. The new warning is
causing nightly to fail on CI. For consistency, `Once::new()` is used
in place of `ONCE_INIT`.
0 commit comments