Skip to content

Commit fbe0450

Browse files
-Zrustdoc-scrape-examples no longer takes arguments
1 parent 9480314 commit fbe0450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ impl Step for RustdocGUI {
10481048
if entry.file_name() == "link_to_definition" {
10491049
cargo.env("RUSTDOCFLAGS", "-Zunstable-options --generate-link-to-definition");
10501050
} else if entry.file_name() == "scrape_examples" {
1051-
cargo.arg("-Zrustdoc-scrape-examples=examples");
1051+
cargo.arg("-Zrustdoc-scrape-examples");
10521052
}
10531053
builder.run(&mut cargo);
10541054
}

0 commit comments

Comments
 (0)