refactor: replace lazy_static with std::sync::LazyLock

This commit is contained in:
Christian Visintin
2026-02-27 22:37:50 +01:00
parent dc767236f5
commit ba034e6518
4 changed files with 11 additions and 24 deletions

View File

@@ -15,8 +15,6 @@ extern crate bitflags;
#[macro_use]
extern crate lazy_regex;
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate log;
#[macro_use]
extern crate magic_crypt;