Remove lazy_static dependency
I just learned about thread local storage, so we really don't lazy_static for anything anymore - it was only being used for the lexer regex. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -203,7 +203,6 @@ name = "sybil"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"gc",
|
||||
"lazy_static",
|
||||
"regex",
|
||||
"structopt",
|
||||
"thiserror",
|
||||
|
||||
Reference in New Issue
Block a user