diff --git a/uefi/src/lib.rs b/uefi/src/lib.rs index 3368cd27c..69829d03b 100644 --- a/uefi/src/lib.rs +++ b/uefi/src/lib.rs @@ -12,7 +12,7 @@ //! Minimal example for an UEFI application using functionality of the //! `uefi` crate: //! -//! ```ignore +//! ```no_run //! #![no_main] //! #![no_std] //! @@ -24,6 +24,7 @@ //! //! Status::SUCCESS //! } +//! # extern crate std; //! ``` //! //! Please find more info in our [Rust UEFI Book].