mirror of
https://github.com/veeso/termscp.git
synced 2026-04-04 17:21:21 -07:00
refactor: replace lazy_static with std::sync::LazyLock
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user