We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 983f4da commit fb33dd8Copy full SHA for fb33dd8
Cargo.lock
@@ -1280,7 +1280,6 @@ name = "error_index_generator"
1280
version = "0.0.0"
1281
dependencies = [
1282
"rustdoc",
1283
- "walkdir",
1284
]
1285
1286
[[package]]
src/tools/error_index_generator/Cargo.toml
@@ -6,9 +6,6 @@ edition = "2021"
6
[dependencies]
7
rustdoc = { path = "../../librustdoc" }
8
9
-[build-dependencies]
10
-walkdir = "2"
11
-
12
[[bin]]
13
name = "error_index_generator"
14
path = "main.rs"
0 commit comments