Skip to content

Commit

Permalink
Remove unused lazy_static
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jul 16, 2020
1 parent 281ca13 commit 631b2b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4027,7 +4027,6 @@ name = "rustdoc"
version = "0.0.0"
dependencies = [
"itertools 0.8.0",
"lazy_static",
"minifier",
"pulldown-cmark",
"rustc-rayon",
Expand Down
1 change: 0 additions & 1 deletion src/librustdoc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,3 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tempfile = "3"
itertools = "0.8"
lazy_static = "1"

0 comments on commit 631b2b9

Please sign in to comment.