Skip to content

Commit 903db8f

Browse files
committed
doc: reorder links alphabetically
1 parent 6680315 commit 903db8f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

uefi/src/lib.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,11 @@
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))]

0 commit comments

Comments
 (0)