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:
2022-01-18 14:31:32 -08:00
parent aad0e8adc2
commit c57c4f1ab3
3 changed files with 36 additions and 37 deletions

1
Cargo.lock generated
View File

@@ -203,7 +203,6 @@ name = "sybil"
version = "0.1.0"
dependencies = [
"gc",
"lazy_static",
"regex",
"structopt",
"thiserror",