Skip to content

Commit d6c149d

Browse files
committed
Remove unused rustdoc command
1 parent 973ae41 commit d6c149d

File tree

1 file changed

+0
-4
lines changed
  • src/bootstrap/src/core/build_steps

1 file changed

+0
-4
lines changed

src/bootstrap/src/core/build_steps/doc.rs

-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,6 @@ impl Step for TheBook {
258258
// build the version info page and CSS
259259
let shared_assets = builder.ensure(SharedAssets { target });
260260

261-
// build the command first so we don't nest GHA groups
262-
// FIXME: this doesn't do anything!
263-
builder.rustdoc_cmd(compiler);
264-
265261
// build the redirect pages
266262
let _guard = builder.msg_doc(compiler, "book redirect pages", target);
267263
for file in t!(fs::read_dir(redirect_path)) {

0 commit comments

Comments
 (0)