about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2022-10-18 16:47:35 +0200
committerGitHub <noreply@github.com>2022-10-18 16:47:35 +0200
commitf134370b916b107cc2c07a563430e99d3c102188 (patch)
treec1c4434915eeed7a2316200bdb0ae9931d829b3c
parent004b8b98d626a89b5d4cdc630ff337c0f4ea919f (diff)
downloadrust-f134370b916b107cc2c07a563430e99d3c102188.tar.gz
rust-f134370b916b107cc2c07a563430e99d3c102188.zip
apply joshua's suggestion
Co-authored-by: Joshua Nelson <github@jyn.dev>
-rw-r--r--src/bootstrap/doc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs
index a8524fea1b2..939e169ec00 100644
--- a/src/bootstrap/doc.rs
+++ b/src/bootstrap/doc.rs
@@ -299,7 +299,7 @@ impl Step for Standalone {
 
     fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
         let builder = run.builder;
-        run.path("src/doc").path("standalone").default_condition(builder.config.docs)
+        run.path("src/doc").alias("standalone").default_condition(builder.config.docs)
     }
 
     fn make_run(run: RunConfig<'_>) {