From 0c3b06cb80d2ce7cd19ec07ec99307085c1adf73 Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 13 Feb 2024 18:52:12 +0100 Subject: [PATCH] Remove `--cfg docsrs` docs.rs now sets this cfg itself automatically! --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aac5d7d..59a3574 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,3 @@ version = "1.1.0" edition = "2021" license = "MIT" repository = "https://github.com/Nilstrieb/bool-toggle" - -[package.metadata.docs.rs] -# enable unstable features in the documentation -rustdoc-args = ["--cfg", "docsrs"]