refactor: drop remaining Box::leak & statics where possible

This commit is contained in:
Ryan Walters
2025-09-02 13:44:40 -05:00
parent f2fc60b250
commit 7dfab26898
4 changed files with 19 additions and 31 deletions

View File

@@ -42,9 +42,9 @@ num-width = "0.1.0"
pretty_assertions = "1.4.1"
[build-dependencies]
phf = { version = "0.13.1", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.143"
phf = { version = "0.13.1", features = ["macros"] }
# phf generates runtime code which machete will not detect
[package.metadata.cargo-machete]