Skip to content

Commit 1cff785

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

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
@@ -29,9 +29,6 @@ syn = { version = "2.0", features = ["full"] }
2929
thiserror = "2"
3030
trybuild = { version = "1.0.66", features = ["diff"] }
3131

32-
[lib]
33-
doc-scrape-examples = false
34-
3532
[package.metadata.docs.rs]
3633
targets = ["x86_64-unknown-linux-gnu"]
3734
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)