diff --git a/uefi-raw/src/lib.rs b/uefi-raw/src/lib.rs index eb30fab77..eea91479d 100644 --- a/uefi-raw/src/lib.rs +++ b/uefi-raw/src/lib.rs @@ -11,7 +11,7 @@ //! [`uefi`]: https://crates.io/crates/uefi #![no_std] -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![deny( clippy::all, clippy::missing_const_for_fn, diff --git a/uefi/src/lib.rs b/uefi/src/lib.rs index 541d2307a..0cd3cb165 100644 --- a/uefi/src/lib.rs +++ b/uefi/src/lib.rs @@ -227,7 +227,7 @@ //! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499 //! [unstable features]: https://doc.rust-lang.org/unstable-book/ -#![cfg_attr(docsrs, feature(doc_auto_cfg))] +#![cfg_attr(docsrs, feature(doc_cfg))] #![no_std] #![deny( clippy::all,