From 78a970ee9c379dabf9e89c51323b18683b208823 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 9 Feb 2025 17:52:32 -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 60204cf..3c807cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ rust-version = "1.36" [dependencies] no-panic = { version = "0.1", optional = true } -[lib] -doc-scrape-examples = false - [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = ["--generate-link-to-definition"]