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 4c3d0cf commit dc018e8Copy full SHA for dc018e8
uefi/src/lib.rs
@@ -190,8 +190,8 @@
190
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
191
//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
192
//! [spec]: https://uefi.org/specifications
193
-//! [unstable features]: https://doc.rust-lang.org/unstable-book/
194
//! [uefirc]: https://github.com/codyd51/uefirc
+//! [unstable features]: https://doc.rust-lang.org/unstable-book/
195
196
#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
197
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
0 commit comments