Skip to content

Commit 02ba7c0

Browse files
authored
Finish LazyLock (#456)
* Replace `lazy_static!` with `LazyLock` * fix redundant `LazyLock` imports * .
1 parent 032bb3f commit 02ba7c0

File tree

4 files changed

+213
-257
lines changed

4 files changed

+213
-257
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ sxd-document = "0.3"
2020
sxd-xpath = "0.4"
2121
yaml-rust = "0.4"
2222
# yaml-rust = { version = "0.11", package = "yaml-rust2" }
23-
lazy_static = "1.4"
2423
strum = "0.27.2"
2524
strum_macros = "0.27.2"
2625
anyhow = "1.0"

0 commit comments

Comments
 (0)