Skip to content

Commit fb33dd8

Browse files
Remove unused build dependency
1 parent 983f4da commit fb33dd8

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)