ESLauncher2 icon indicating copy to clipboard operation
ESLauncher2 copied to clipboard

Use std::sync::LazyLock instead of lazy_static

Open yjhn opened this issue 1 year ago • 0 comments

std::sync::LazyLock is an alternative to lazy_static that has been recently stabilized.

yjhn avatar Jul 31 '24 10:07 yjhn