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 9480314 commit fbe0450Copy full SHA for fbe0450
src/bootstrap/test.rs
@@ -1048,7 +1048,7 @@ impl Step for RustdocGUI {
1048
if entry.file_name() == "link_to_definition" {
1049
cargo.env("RUSTDOCFLAGS", "-Zunstable-options --generate-link-to-definition");
1050
} else if entry.file_name() == "scrape_examples" {
1051
- cargo.arg("-Zrustdoc-scrape-examples=examples");
+ cargo.arg("-Zrustdoc-scrape-examples");
1052
}
1053
builder.run(&mut cargo);
1054
0 commit comments