Skip to content

Commit

Permalink
Merge pull request #1353 from nicholasbishop/bishop-example-compile
Browse files Browse the repository at this point in the history
uefi: Fix compilation of minimal example
  • Loading branch information
phip1611 authored Aug 25, 2024
2 parents a5d83c0 + 9aa5ed7 commit 7bd40b9
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 7bd40b9

Please sign in to comment.