From 7f551bf3e16152a63f1dde6afd48e28acd1cd323 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Wed, 28 May 2025 15:18:40 +0300 Subject: [PATCH] hmac: remove explicit `--cfg docsrs` --- hmac/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/hmac/Cargo.toml b/hmac/Cargo.toml index cc45a20..97512c9 100644 --- a/hmac/Cargo.toml +++ b/hmac/Cargo.toml @@ -28,4 +28,3 @@ zeroize = ["digest/zeroize"] [package.metadata.docs.rs] all-features = true -rustdoc-args = ["--cfg", "docsrs"]