Remove unused lazy_static

This commit is contained in:
Joshua Nelson 2020-07-16 09:03:46 -04:00
parent 281ca13916
commit 631b2b9b72
2 changed files with 0 additions and 2 deletions

View File

@ -4027,7 +4027,6 @@ name = "rustdoc"
version = "0.0.0"
dependencies = [
"itertools 0.8.0",
"lazy_static",
"minifier",
"pulldown-cmark",
"rustc-rayon",

View File

@ -16,4 +16,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3"
itertools = "0.8"
lazy_static = "1"