Skip to content

Commit aaccac7

Browse files
committed
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
1 parent 7cd4d84 commit aaccac7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

serde/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ serde_derive = { version = "1", optional = true, path = "../serde_derive" }
2020
[dev-dependencies]
2121
serde_derive = { version = "1", path = "../serde_derive" }
2222

23-
[lib]
24-
doc-scrape-examples = false
25-
2623
[package.metadata.playground]
2724
features = ["derive", "rc"]
2825

0 commit comments

Comments
 (0)