-Zrustdoc-scrape-examples no longer takes arguments
This commit is contained in:
parent
9480314416
commit
fbe0450251
@ -1048,7 +1048,7 @@ impl Step for RustdocGUI {
|
|||||||
if entry.file_name() == "link_to_definition" {
|
if entry.file_name() == "link_to_definition" {
|
||||||
cargo.env("RUSTDOCFLAGS", "-Zunstable-options --generate-link-to-definition");
|
cargo.env("RUSTDOCFLAGS", "-Zunstable-options --generate-link-to-definition");
|
||||||
} else if entry.file_name() == "scrape_examples" {
|
} else if entry.file_name() == "scrape_examples" {
|
||||||
cargo.arg("-Zrustdoc-scrape-examples=examples");
|
cargo.arg("-Zrustdoc-scrape-examples");
|
||||||
}
|
}
|
||||||
builder.run(&mut cargo);
|
builder.run(&mut cargo);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user