Skip to content

Commit

Permalink
add missing scrape-examples argument
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Feb 8, 2025
1 parent 3c08f1b commit 7fdaac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ fn do_main() -> Result<()> {
cargo_rustdoc.arg("rustdoc");
cargo_rustdoc.arg("-Zunstable-options");
cargo_rustdoc.arg("-Zrustdoc-map");
cargo_rustdoc.arg("-Zrustdoc-scrape-examples");
if !rustflags.is_empty() {
cargo_rustdoc.arg("-Zhost-config");
cargo_rustdoc.arg("-Ztarget-applies-to-host");
Expand Down

0 comments on commit 7fdaac6

Please sign in to comment.