replace lazy_static macro with std::sync::LazyLock

This commit is contained in:
Dmitry Shlagoff
2026-05-12 15:39:35 +02:00
parent 8dffd72db5
commit 095fa1227a
5 changed files with 5 additions and 12 deletions

1
Cargo.lock generated
View File

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