We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22d4f6a + 5a6057b commit 0bef927Copy full SHA for 0bef927
uefi-raw/src/lib.rs
@@ -11,7 +11,7 @@
11
//! [`uefi`]: https://crates.io/crates/uefi
12
13
#![no_std]
14
-#![cfg_attr(docsrs, feature(doc_auto_cfg))]
+#![cfg_attr(docsrs, feature(doc_cfg))]
15
#![deny(
16
clippy::all,
17
clippy::missing_const_for_fn,
uefi/src/lib.rs
@@ -227,7 +227,7 @@
227
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
228
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
229
230
231
232
233
0 commit comments