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"]
88
88
[package .metadata .docs .rs ]
89
89
features = [" all" , " mock_api" ]
90
90
rustc-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<()> {
86
86
}
87
87
cmd ! (
88
88
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...}"
90
90
)
91
91
. run ( ) ?;
92
92
}
You can’t perform that action at this time.
0 commit comments