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