Skip to content

Commit

Permalink
Rollup merge of #101031 - rust-lang:remove-unused-build-dep, r=bjorn3
Browse files Browse the repository at this point in the history
Remove unused build dependency

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

r? `@Dylan-DPC`
  • Loading branch information
GuillaumeGomez authored Aug 26, 2022
2 parents 4d259f6 + fb33dd8 commit c391ba0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1280,7 +1280,6 @@ name = "error_index_generator"
version = "0.0.0"
dependencies = [
"rustdoc",
"walkdir",
]

[[package]]
Expand Down
3 changes: 0 additions & 3 deletions src/tools/error_index_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ edition = "2021"
[dependencies]
rustdoc = { path = "../../librustdoc" }

[build-dependencies]
walkdir = "2"

[[bin]]
name = "error_index_generator"
path = "main.rs"

0 comments on commit c391ba0

Please sign in to comment.