Remove the lazy_static dependency

This commit is contained in:
Qingsong Chen
2024-11-28 05:53:22 +00:00
committed by Tate, Hongliang Tian
parent 5313689d6f
commit f762eb8913
13 changed files with 48 additions and 59 deletions

View File

@ -17,7 +17,3 @@ log = "0.4"
static_assertions = "1.1.0"
[features]
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]

View File

@ -17,7 +17,3 @@ log = "0.4"
ascii = { version = "1.1", default-features = false, features = ["alloc"] }
[features]
[dependencies.lazy_static]
version = "1.0"
features = ["spin_no_std"]