Skip to content

Commit

Permalink
Unset doc-scrape-examples for lib target
Browse files Browse the repository at this point in the history
False is the default value since Cargo PR 11499.
  • Loading branch information
dtolnay committed Feb 10, 2025
1 parent 8448e87 commit 78a970e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ rust-version = "1.36"
[dependencies]
no-panic = { version = "0.1", optional = true }

[lib]
doc-scrape-examples = false

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

0 comments on commit 78a970e

Please sign in to comment.