Skip to content

Commit c391ba0

Browse files
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`
2 parents 4d259f6 + fb33dd8 commit c391ba0

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

-1
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ name = "error_index_generator"
12801280
version = "0.0.0"
12811281
dependencies = [
12821282
"rustdoc",
1283-
"walkdir",
12841283
]
12851284

12861285
[[package]]

src/tools/error_index_generator/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ edition = "2021"
66
[dependencies]
77
rustdoc = { path = "../../librustdoc" }
88

9-
[build-dependencies]
10-
walkdir = "2"
11-
129
[[bin]]
1310
name = "error_index_generator"
1411
path = "main.rs"

0 commit comments

Comments
 (0)