Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion uefi/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! Minimal example for an UEFI application using functionality of the
//! `uefi` crate:
//!
//! ```ignore
//! ```no_run
//! #![no_main]
//! #![no_std]
//!
Expand All @@ -24,6 +24,7 @@
//!
//! Status::SUCCESS
//! }
//! # extern crate std;
//! ```
//!
//! Please find more info in our [Rust UEFI Book].
Expand Down