Skip to content

Commit 9c58715

Browse files
committed
correct scrape for docs.rs
1 parent c189235 commit 9c58715

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,5 @@ required-features = ["reqwest", "mock_api"]
8787

8888
[package.metadata.docs.rs]
8989
features = ["all", "mock_api"]
90-
rustc-args = ["--cfg", "nightly", "-Zrustdoc-scrape-examples=examples"]
90+
rustc-args = ["--cfg", "nightly"]
91+
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]

0 commit comments

Comments
 (0)