We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
use
1 parent cedcce9 commit 071db39Copy full SHA for 071db39
uefi/src/proto/tcg/v1.rs
@@ -22,7 +22,7 @@ use ptr_meta::Pointee;
22
use {crate::mem::make_boxed, alloc::boxed::Box};
23
24
#[cfg(all(feature = "unstable", feature = "alloc"))]
25
-use {alloc::alloc::Global, core::alloc::Allocator};
+use alloc::alloc::Global;
26
27
/// 20-byte SHA-1 digest.
28
pub type Sha1Digest = [u8; 20];
uefi/src/proto/tcg/v2.rs
@@ -25,7 +25,7 @@ use ptr_meta::{Pointee, PtrExt};
29
30
/// Version information.
31
///
0 commit comments