From 6c12c7b18753ced19df843df1b8152d672d9a73f Mon Sep 17 00:00:00 2001 From: Robin Lambertz Date: Sat, 9 May 2026 22:36:05 +0200 Subject: [PATCH] Switch from doc_auto_cfg to doc_cfg (#669) doc_auto_cfg got removed and folded into the doc_cfg feature flag. --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a41c067..67a33c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,7 +2,7 @@ #![doc( html_logo_url = "https://raw.githubusercontent.com/iqlusioninc/yubikey.rs/main/img/logo-sq.png" )] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![forbid(unsafe_code)] #![warn( clippy::mod_module_files,