Skip to content

Commit f134370

Browse files
pietroalbinijyn514
andauthored
apply joshua's suggestion
Co-authored-by: Joshua Nelson <[email protected]>
1 parent 004b8b9 commit f134370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/doc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ impl Step for Standalone {
299299

300300
fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> {
301301
let builder = run.builder;
302-
run.path("src/doc").path("standalone").default_condition(builder.config.docs)
302+
run.path("src/doc").alias("standalone").default_condition(builder.config.docs)
303303
}
304304

305305
fn make_run(run: RunConfig<'_>) {

0 commit comments

Comments
 (0)