From 4ae157321ebf3bcd69264765bd43400449f6aaa1 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Sun, 5 Oct 2025 11:15:01 +0200 Subject: [PATCH] Fix docs.rs build by avoiding `--cfg docsrs` in rustc flags --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5750889..6777229 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -105,7 +105,6 @@ features = [ "tokio/macros", ] no-default-features = true -rustc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs", "-Z", "unstable-options", "--generate-link-to-definition"] [workspace]