We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973ae41 commit d6c149dCopy full SHA for d6c149d
src/bootstrap/src/core/build_steps/doc.rs
@@ -258,10 +258,6 @@ impl Step for TheBook {
258
// build the version info page and CSS
259
let shared_assets = builder.ensure(SharedAssets { target });
260
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
-
265
// build the redirect pages
266
let _guard = builder.msg_doc(compiler, "book redirect pages", target);
267
for file in t!(fs::read_dir(redirect_path)) {
0 commit comments