We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecbb371 commit 803b821Copy full SHA for 803b821
Cargo.toml
@@ -88,4 +88,4 @@ required-features = ["reqwest", "mock_api"]
88
[package.metadata.docs.rs]
89
features = ["all", "mock_api"]
90
rustc-args = ["--cfg", "nightly"]
91
-cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]
+cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
xtask/src/main.rs
@@ -86,7 +86,7 @@ fn main() -> color_eyre::Result<()> {
86
}
87
cmd!(
sh,
- "cargo doc --target-dir {target_dir} --no-deps --features {TWITCH_OAUTH2_FEATURES} -Zunstable-options -Zrustdoc-scrape-examples=examples {last...}"
+ "cargo doc --target-dir {target_dir} --no-deps --features {TWITCH_OAUTH2_FEATURES} -Zunstable-options -Zrustdoc-scrape-examples {last...}"
)
.run()?;
92
0 commit comments