Skip to content

Commit aed1b60

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

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ rust-version = "1.56"
1313

1414
[lib]
1515
proc-macro = true
16-
doc-scrape-examples = false
1716

1817
[dev-dependencies]
1918
rustversion = "1.0"

unindent/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ keywords = ["heredoc", "nowdoc", "multiline", "string", "literal"]
1010
license = "MIT OR Apache-2.0"
1111
repository = "https://github.com/dtolnay/indoc"
1212

13-
[lib]
14-
doc-scrape-examples = false
15-
1613
[package.metadata.docs.rs]
1714
targets = ["x86_64-unknown-linux-gnu"]
1815
rustdoc-args = ["--generate-link-to-definition"]

0 commit comments

Comments
 (0)