Remove unused rustdoc command

This commit is contained in:
Jakub Beránek 2024-07-07 13:42:33 +02:00 committed by Jakub Beránek
parent 8ee18d600f
commit ebb3089038
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
1 changed files with 0 additions and 4 deletions

View File

@ -258,10 +258,6 @@ impl Step for TheBook {
// build the version info page and CSS
let shared_assets = builder.ensure(SharedAssets { target });
// build the command first so we don't nest GHA groups
// FIXME: this doesn't do anything!
builder.rustdoc_cmd(compiler);
// build the redirect pages
let _guard = builder.msg_doc(compiler, "book redirect pages", target);
for file in t!(fs::read_dir(redirect_path)) {