Skip to content

Commit

Permalink
examples: Remove unnecessary import
Browse files Browse the repository at this point in the history
The uefi::boot module is in the prelude.
  • Loading branch information
nicholasbishop committed Sep 12, 2024
1 parent 81ac944 commit 8d066f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion uefi-test-runner/examples/hello_world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// ANCHOR: use
use log::info;
use uefi::boot;
use uefi::prelude::*;
// ANCHOR_END: use

Expand Down

0 comments on commit 8d066f9

Please sign in to comment.