File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 191
191
//! [`unsafe_protocol`]: proto::unsafe_protocol
192
192
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
193
193
//! [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
194
195
//! [spec]: https://uefi.org/specifications
195
196
//! [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
199
197
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
198
+ //! [uefirc]: https://github.com/codyd51/uefirc
200
199
201
200
#![ cfg_attr( all( feature = "unstable" , feature = "alloc" ) , feature( allocator_api) ) ]
202
201
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments