Skip to content

Commit 14064e7

Browse files
committed
Fix signature
1 parent b24d082 commit 14064e7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

signature/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use core::fmt::{self, Debug, Display};
44

55
#[cfg(feature = "alloc")]
6-
use std::boxed::Box;
6+
use alloc::boxed::Box;
77

88
/// Result type.
99
///

signature/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@
130130
131131
#[cfg(feature = "alloc")]
132132
extern crate alloc;
133-
#[cfg(feature = "std")]
134-
extern crate std;
135133

136134
pub mod hazmat;
137135

0 commit comments

Comments
 (0)