Switch from doc_auto_cfg to doc_cfg (#669)

doc_auto_cfg got removed and folded into the doc_cfg feature flag.
This commit is contained in:
Robin Lambertz
2026-05-09 22:36:05 +02:00
committed by GitHub
parent 403632df76
commit 6c12c7b187
+1 -1
View File
@@ -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,