From 12c9f809f59ca20c534b8759cd8632268674a2ad Mon Sep 17 00:00:00 2001 From: Artyom Pavlov Date: Tue, 17 Dec 2024 12:02:03 +0300 Subject: [PATCH] Remove explicit docsrs configuration flag from docs.rs metadata (#565) The flag is passed automatically for all docs.rs builds. See: https://github.com/rust-lang/docs.rs/pull/2390 --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3d3a720..e8c00a58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -88,7 +88,6 @@ check-cfg = [ [package.metadata.docs.rs] features = ["std"] -rustdoc-args = ["--cfg", "docsrs"] # workaround for https://github.com/cross-rs/cross/issues/1345 [package.metadata.cross.target.x86_64-unknown-netbsd]