From 1cff785c761491ea42f41e8981d81042945e5952 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 9 Feb 2025 17:52:30 -0800 Subject: [PATCH] Unset doc-scrape-examples for lib target False is the default value since Cargo PR 11499. --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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"]