Skip to content

Commit

Permalink
remove cargo args
Browse files Browse the repository at this point in the history
Closes #333. Rustdoc examples scraping is now turned on by default. rust-lang/docs.rs#1954
  • Loading branch information
arlyon committed Feb 4, 2023
1 parent d33d6cd commit 5fb67cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ edition = "2021"

[package.metadata.docs.rs]
features = ["runtime-tokio-hyper"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples=examples"]

[lib]
name = "stripe"
Expand Down

0 comments on commit 5fb67cb

Please sign in to comment.