about summary refs log tree commit diff
path: root/src/tools/error_index_generator
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2022-08-26 11:18:48 +0200
committerGuillaume Gomez <guillaume.gomez@huawei.com>2022-08-26 11:29:23 +0200
commitfb33dd8b6d5440de6496b1b1c7a019f5952bde25 (patch)
treeb54c2a9e99962e2f8f6e0f2108dcc4c405c5a031 /src/tools/error_index_generator
parent983f4daddf238d114c4adc4751c5528fc6695a5a (diff)
Remove unused build dependency
Diffstat (limited to 'src/tools/error_index_generator')
-rw-r--r--src/tools/error_index_generator/Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/error_index_generator/Cargo.toml b/src/tools/error_index_generator/Cargo.toml
index c84b79e11e9..b9fd852f742 100644
--- a/src/tools/error_index_generator/Cargo.toml
+++ b/src/tools/error_index_generator/Cargo.toml
@@ -6,9 +6,6 @@ edition = "2021"
 [dependencies]
 rustdoc = { path = "../../librustdoc" }
 
-[build-dependencies]
-walkdir = "2"
-
 [[bin]]
 name = "error_index_generator"
 path = "main.rs"