Unset doc-scrape-examples for lib target

False is the default value since Cargo PR 11499.
This commit is contained in:
David Tolnay 2025-02-09 17:52:36 -08:00
parent 7cd4d84cac
commit aaccac7413
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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"]