diff options
| author | Pietro Albini <pietro@pietroalbini.org> | 2022-10-18 16:47:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-18 16:47:35 +0200 |
| commit | f134370b916b107cc2c07a563430e99d3c102188 (patch) | |
| tree | c1c4434915eeed7a2316200bdb0ae9931d829b3c | |
| parent | 004b8b98d626a89b5d4cdc630ff337c0f4ea919f (diff) | |
| download | rust-f134370b916b107cc2c07a563430e99d3c102188.tar.gz rust-f134370b916b107cc2c07a563430e99d3c102188.zip | |
apply joshua's suggestion
Co-authored-by: Joshua Nelson <github@jyn.dev>
| -rw-r--r-- | src/bootstrap/doc.rs | 2 |
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<'_>) { |
