-Zrustdoc-scrape-examples no longer takes arguments
This commit is contained in:
parent
9480314416
commit
fbe0450251
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ impl Step for RustdocGUI {
|
|||
if entry.file_name() == "link_to_definition" {
|
||||
cargo.env("RUSTDOCFLAGS", "-Zunstable-options --generate-link-to-definition");
|
||||
} else if entry.file_name() == "scrape_examples" {
|
||||
cargo.arg("-Zrustdoc-scrape-examples=examples");
|
||||
cargo.arg("-Zrustdoc-scrape-examples");
|
||||
}
|
||||
builder.run(&mut cargo);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue