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 std::sync::LazyLock instead of once_cell::Lazy
Generally better to use the library standard facility rather than an
external crate where possible.
LazyLock was introduced in version 1.80.0 of the Rust standard library.
Signed-off-by: mulhern <[email protected]>
0 commit comments