Merge pull request #3333 from 0nkery/lazy-lock

replace lazy_static macro with std::sync::LazyLock
This commit is contained in:
Mark Thom
2026-05-23 09:51:22 -06:00
committed by GitHub
4 changed files with 4 additions and 11 deletions

1
Cargo.lock generated
View File

@@ -2720,7 +2720,6 @@ dependencies = [
"iai-callgrind",
"indexmap",
"js-sys",
"lazy_static",
"lexical",
"libc",
"libffi",