Skip to content

Commit 631b2b9

Browse files
committed
Remove unused lazy_static
1 parent 281ca13 commit 631b2b9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -4027,7 +4027,6 @@ name = "rustdoc"
40274027
version = "0.0.0"
40284028
dependencies = [
40294029
"itertools 0.8.0",
4030-
"lazy_static",
40314030
"minifier",
40324031
"pulldown-cmark",
40334032
"rustc-rayon",

src/librustdoc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,3 @@ serde = { version = "1.0", features = ["derive"] }
1616
serde_json = "1.0"
1717
tempfile = "3"
1818
itertools = "0.8"
19-
lazy_static = "1"

0 commit comments

Comments
 (0)