Skip to content

Commit 81e60c3

Browse files
committed
Fix unused imports
1 parent 60f7c29 commit 81e60c3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/proto/media/file/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ use bitflags::bitflags;
1818
use core::ffi::c_void;
1919
use core::mem;
2020
use core::ptr;
21-
use ucs2;
2221

2322
pub use self::info::{FileInfo, FileProtocolInfo, FileSystemInfo, FileSystemVolumeLabel, FromUefi};
2423
pub use self::{dir::Directory, regular::RegularFile};

src/result/status.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
use super::{Completion, Error, Result};
22
use core::fmt::Debug;
33
use core::ops;
4-
use ucs2;
54

65
/// Bit indicating that an UEFI status code is an error
76
const ERROR_BIT: usize = 1 << (core::mem::size_of::<usize>() * 8 - 1);

0 commit comments

Comments
 (0)