Skip to content

Commit 479518d

Browse files
committed
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
1 parent 4fa7acb commit 479518d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ std = []
1818
[dependencies]
1919
serde = { version = "1.0.194", optional = true, default-features = false }
2020

21-
[lib]
22-
doc-scrape-examples = false
23-
2421
[package.metadata.docs.rs]
2522
targets = ["x86_64-unknown-linux-gnu"]
2623
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)