File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 191191//! [`unsafe_protocol`]: proto::unsafe_protocol
192192//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
193193//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
194+ //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
194195//! [spec]: https://uefi.org/specifications
195196//! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template
196- //! [unstable features]: https://doc.rust-lang.org/unstable-book/
197- //! [uefirc]: https://github.com/codyd51/uefirc
198- //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
199197//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
198+ //! [uefirc]: https://github.com/codyd51/uefirc
200199
201200#![ cfg_attr( all( feature = "unstable" , feature = "alloc" ) , feature( allocator_api) ) ]
202201#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments