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 189
189
//! [`unsafe_protocol`]: proto::unsafe_protocol
190
190
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
191
191
//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
192
+ //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
192
193
//! [spec]: https://uefi.org/specifications
193
194
//! [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
- //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
197
195
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
196
+ //! [uefirc]: https://github.com/codyd51/uefirc
198
197
199
198
#![ cfg_attr( all( feature = "unstable" , feature = "alloc" ) , feature( allocator_api) ) ]
200
199
#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments