We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004b8b9 commit f134370Copy full SHA for f134370
src/bootstrap/doc.rs
@@ -299,7 +299,7 @@ impl Step for Standalone {
299
300
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
301
let builder = run.builder;
302
- run.path("src/doc").path("standalone").default_condition(builder.config.docs)
+ run.path("src/doc").alias("standalone").default_condition(builder.config.docs)
303
}
304
305
fn make_run(run: RunConfig<'_>) {
0 commit comments