Skip to content

Commit

Permalink
Fix nostd build
Browse files Browse the repository at this point in the history
  • Loading branch information
pietgeursen committed Sep 15, 2020
1 parent dfb154f commit 753fb7c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bamboo-core/src/signature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pub const MAX_SIGNATURE_SIZE: usize = ED25519_SIGNATURE_SIZE;
#[cfg(feature = "std")]
use crate::util::hex_serde::{hex_from_bytes, vec_from_hex};
use core::borrow::Borrow;
#[cfg(feature = "std")]

#[derive(Debug, Serialize, Deserialize, Eq, PartialEq)]
pub struct Signature<B: Borrow<[u8]>>(
Expand Down

0 comments on commit 753fb7c

Please sign in to comment.