Skip to content

Commit 076ac95

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

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,6 @@ reqwest = { version = "0.12", features = ["blocking"] }
5555
tar = "0.4.16"
5656
walkdir = "2.3.2"
5757

58-
[lib]
59-
doc-scrape-examples = false
60-
6158
[[bench]]
6259
name = "rust"
6360
harness = false

json/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ serde_derive = { version = "1.0.88", optional = true }
2323
[dev-dependencies]
2424
serde_json = "1"
2525

26-
[lib]
27-
doc-scrape-examples = false
28-
2926
[package.metadata.docs.rs]
3027
targets = ["x86_64-unknown-linux-gnu"]
3128
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)