File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -88,4 +88,4 @@ required-features = ["reqwest", "mock_api"]
8888[package .metadata .docs .rs ]
8989features = [" all" , " mock_api" ]
9090rustc-args = [" --cfg" , " nightly" ]
91- cargo-args = [" -Zunstable-options" , " -Zrustdoc-scrape-examples=examples " ]
91+ cargo-args = [" -Zunstable-options" , " -Zrustdoc-scrape-examples" ]
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments