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:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
#![doc(
|
#![doc(
|
||||||
html_logo_url = "https://raw.githubusercontent.com/iqlusioninc/yubikey.rs/main/img/logo-sq.png"
|
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)]
|
#![forbid(unsafe_code)]
|
||||||
#![warn(
|
#![warn(
|
||||||
clippy::mod_module_files,
|
clippy::mod_module_files,
|
||||||
|
|||||||
Reference in New Issue
Block a user