Skip to content

Commit a2f26f0

Browse files
committed
Replace lazy_static with std::sync::LazyLock in grammar.rs
Signed-off-by: Nicola Bonelli <[email protected]>
1 parent 7fc2409 commit a2f26f0

File tree

3 files changed

+133
-140
lines changed

3 files changed

+133
-140
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

orion-format/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ http.workspace = true
1111
thiserror.workspace = true
1212

1313
criterion = "0.5.1"
14-
lazy_static = "1.5.0"
1514
ptrie = "0.7.2"
1615
smol_str = { version = "0.3.2", features = ["serde"] }
1716
chrono = "0.4.40"

0 commit comments

Comments
 (0)