mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-25 21:34:18 +00:00
Remove unused lazy_static
This commit is contained in:
parent
281ca13916
commit
631b2b9b72
@ -4027,7 +4027,6 @@ name = "rustdoc"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"itertools 0.8.0",
|
||||
"lazy_static",
|
||||
"minifier",
|
||||
"pulldown-cmark",
|
||||
"rustc-rayon",
|
||||
|
@ -16,4 +16,3 @@ serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
tempfile = "3"
|
||||
itertools = "0.8"
|
||||
lazy_static = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user