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.
1 parent a711c5b commit c66fd4fCopy full SHA for c66fd4f
uefi/src/lib.rs
@@ -193,6 +193,7 @@
193
//! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template
194
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
195
//! [uefirc]: https://github.com/codyd51/uefirc
196
+//! [unstable features]: https://doc.rust-lang.org/unstable-book/
197
198
#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
199
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
0 commit comments