Skip to content

Commit 424e44a

Browse files
authored
Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514
Remove an unused dependency that made `rustdoc` crash Whilst struggling with #79980 I discovered that this dependency was unused, and that made rustdoc crash. This PR removes it.
2 parents 5115bbf + 600efe7 commit 424e44a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.lock

-3
Original file line numberDiff line numberDiff line change
@@ -725,9 +725,6 @@ checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
725725
[[package]]
726726
name = "coverage_test_macros"
727727
version = "0.0.0"
728-
dependencies = [
729-
"proc-macro2",
730-
]
731728

732729
[[package]]
733730
name = "cpuid-bool"

compiler/rustc_mir/src/transform/coverage/test_macros/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ edition = "2018"
77
[lib]
88
proc-macro = true
99
doctest = false
10-
11-
[dependencies]
12-
proc-macro2 = "1"

0 commit comments

Comments
 (0)