Skip to content

Commit

Permalink
Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JohnTitor committed Dec 13, 2020
2 parents 5115bbf + 600efe7 commit 424e44a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -725,9 +725,6 @@ checksum = "9a21fa21941700a3cd8fcb4091f361a6a712fac632f85d9f487cc892045d55c6"
[[package]]
name = "coverage_test_macros"
version = "0.0.0"
dependencies = [
"proc-macro2",
]

[[package]]
name = "cpuid-bool"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,3 @@ edition = "2018"
[lib]
proc-macro = true
doctest = false

[dependencies]
proc-macro2 = "1"

0 comments on commit 424e44a

Please sign in to comment.