Skip to content

Commit

Permalink
fix(uefi): unused_imports
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 11, 2024
1 parent 391a54c commit 5955456
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/os/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(unused_imports)]

cfg_if::cfg_if! {
if #[cfg(target_os = "none")] {
mod none;
Expand Down
2 changes: 0 additions & 2 deletions src/os/uefi/console.rs
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
use core::ffi::c_void;
use core::fmt;
use core::ptr::NonNull;
use core::sync::atomic::{AtomicBool, Ordering};

use one_shot_mutex::OneShotMutex;
use uefi::table::boot::{EventType, Tpl};
use uefi::table::{Boot, SystemTable};
use uefi::Event;

use crate::arch;
Expand Down

0 comments on commit 5955456

Please sign in to comment.