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:
commit
c391ba0b10
@ -1280,7 +1280,6 @@ name = "error_index_generator"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"rustdoc",
|
||||
"walkdir",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6,9 +6,6 @@ edition = "2021"
|
||||
[dependencies]
|
||||
rustdoc = { path = "../../librustdoc" }
|
||||
|
||||
[build-dependencies]
|
||||
walkdir = "2"
|
||||
|
||||
[[bin]]
|
||||
name = "error_index_generator"
|
||||
path = "main.rs"
|
||||
|
Loading…
x
Reference in New Issue
Block a user