Remove unused build dependency

This commit is contained in:
Guillaume Gomez 2022-08-26 11:18:48 +02:00 committed by Guillaume Gomez
parent 983f4daddf
commit fb33dd8b6d
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"