Skip to content

Commit 148c065

Browse files
committed
Unset doc-scrape-examples for lib target
False is the default value since Cargo PR 11499.
1 parent 182b7c2 commit 148c065

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ proc-macro2 = { version = "1.0.80", default-features = false }
2727
quote = { version = "1.0.35", default-features = false }
2828
syn = { version = "2.0.96", default-features = false, features = ["clone-impls", "extra-traits", "parsing", "printing", "visit-mut"] }
2929

30-
[lib]
31-
doc-scrape-examples = false
32-
3330
[package.metadata.docs.rs]
3431
targets = ["x86_64-unknown-linux-gnu"]
3532
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)