Skip to content

Commit 803b821

Browse files
committed
remove examples scrape, recently changed
1 parent ecbb371 commit 803b821

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ required-features = ["reqwest", "mock_api"]
8888
[package.metadata.docs.rs]
8989
features = ["all", "mock_api"]
9090
rustc-args = ["--cfg", "nightly"]
91-
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
91+
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ fn main() -> color_eyre::Result<()> {
8686
}
8787
cmd!(
8888
sh,
89-
"cargo doc --target-dir {target_dir} --no-deps --features {TWITCH_OAUTH2_FEATURES} -Zunstable-options -Zrustdoc-scrape-examples=examples {last...}"
89+
"cargo doc --target-dir {target_dir} --no-deps --features {TWITCH_OAUTH2_FEATURES} -Zunstable-options -Zrustdoc-scrape-examples {last...}"
9090
)
9191
.run()?;
9292
}

0 commit comments

Comments
 (0)