Rollup merge of #101031 - rust-lang:remove-unused-build-dep, r=bjorn3

Remove unused build dependency

There is no more `build.rs` so this dependency is unused.

r? `@Dylan-DPC`
This commit is contained in:
Guillaume Gomez 2022-08-26 14:08:51 +02:00 committed by GitHub
commit c391ba0b10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1280,7 +1280,6 @@ name = "error_index_generator"
version = "0.0.0"
dependencies = [
"rustdoc",
"walkdir",
]
[[package]]

View File

@ -6,9 +6,6 @@ edition = "2021"
[dependencies]
rustdoc = { path = "../../librustdoc" }
[build-dependencies]
walkdir = "2"
[[bin]]
name = "error_index_generator"
path = "main.rs"