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 7cd4d84 commit aaccac7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions serde/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ serde_derive = { version = "1", optional = true, path = "../serde_derive" }
[dev-dependencies]
serde_derive = { version = "1", path = "../serde_derive" }

[lib]
doc-scrape-examples = false

[package.metadata.playground]
features = ["derive", "rc"]

Expand Down

0 comments on commit aaccac7

Please sign in to comment.