Skip to content

Commit f8f29b0

Browse files
committed
doc: reorder links alphabetically in lib.rs
1 parent 299a9f7 commit f8f29b0

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
@@ -189,12 +189,11 @@
189189
//! [`unsafe_protocol`]: proto::unsafe_protocol
190190
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
191191
//! [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
192193
//! [spec]: https://uefi.org/specifications
193194
//! [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
197195
//! [uefi-std-tr-issue]: https://github.com/rust-lang/rust/issues/100499
196+
//! [uefirc]: https://github.com/codyd51/uefirc
198197
199198
#![cfg_attr(all(feature = "unstable", feature = "alloc"), feature(allocator_api))]
200199
#![cfg_attr(docsrs, feature(doc_auto_cfg))]

0 commit comments

Comments
 (0)