Skip to content

Commit 0bef927

Browse files
authored
Merge pull request #1796 from rust-osdev/bishop-doc-conf
uefi-raw/uefi: Replace doc_auto_cfg with doc_cfg
2 parents 22d4f6a + 5a6057b commit 0bef927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uefi-raw/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
//! [`uefi`]: https://crates.io/crates/uefi
1212
1313
#![no_std]
14-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14+
#![cfg_attr(docsrs, feature(doc_cfg))]
1515
#![deny(
1616
clippy::all,
1717
clippy::missing_const_for_fn,

uefi/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
228228
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
229229
230-
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
230+
#![cfg_attr(docsrs, feature(doc_cfg))]
231231
#![no_std]
232232
#![deny(
233233
clippy::all,

0 commit comments

Comments
 (0)