File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 205205//! [`BootServices`]: table::boot::BootServices
206206//! [`GlobalAlloc`]: alloc::alloc::GlobalAlloc
207207//! [`SystemTable`]: table::SystemTable
208- //! [`r-efi`]: https://crates.io/crates/r-efi
209- //! [`entry-macro`]: uefi_macros::entry
210208//! [`ctr16!`]: crate::cstr16
209+ //! [`entry-macro`]: uefi_macros::entry
210+ //! [`r-efi`]: https://crates.io/crates/r-efi
211211//! [`unsafe_protocol`]: proto::unsafe_protocol
212212//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
213213//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
214+ //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
214215//! [spec]: https://uefi.org/specifications
215216//! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template
216- //! [unstable features]: https://doc.rust-lang.org/unstable-book/
217- //! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
218217//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
218+ //! [unstable features]: https://doc.rust-lang.org/unstable-book/
219219
220220#![ cfg_attr( all( feature = "unstable" , feature = "alloc" ) , feature( allocator_api) ) ]
221221#![ cfg_attr( docsrs, feature( doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments