Skip to content

Commit 9660a01

Browse files
committed
Drop lazy_static dependency
Apparently the standard library had LazyLock which is enough for what I wanted to achieve with lazy_static. Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent 5d06ba1 commit 9660a01

File tree

5 files changed

+1703
-498
lines changed

5 files changed

+1703
-498
lines changed

Cargo.lock

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

lib/xixanta/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ authors.workspace = true
77
edition.workspace = true
88
license.workspace = true
99
rust-version.workspace = true
10-
11-
[dependencies]
12-
lazy_static = "1.5.0"

lib/xixanta/fuzz/Cargo.lock

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

lib/xixanta/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
#[macro_use]
2-
extern crate lazy_static;
3-
41
/// Information for a file that has been parsed/assembled.
52
#[derive(Clone, Debug, PartialEq)]
63
pub struct SourceInfo {

0 commit comments

Comments
 (0)