diff --git a/Cargo.toml b/Cargo.toml index 0a4eb72..e74a81c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,6 @@ syn = { version = "2.0", features = ["full"] } thiserror = "2" trybuild = { version = "1.0.66", features = ["diff"] } -[lib] -doc-scrape-examples = false - [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]