apply joshua's suggestion

Co-authored-by: Joshua Nelson <github@jyn.dev>
This commit is contained in:
Pietro Albini 2022-10-18 16:47:35 +02:00 committed by GitHub
parent 004b8b98d6
commit f134370b91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<'_>) {