From 753fb7c3d82b4cadf3b70854ae0555810c1417a2 Mon Sep 17 00:00:00 2001 From: Piet Geursen Date: Wed, 16 Sep 2020 10:33:14 +1200 Subject: [PATCH] Fix nostd build --- bamboo-core/src/signature/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/bamboo-core/src/signature/mod.rs b/bamboo-core/src/signature/mod.rs index be34a1e03..00988c6de 100644 --- a/bamboo-core/src/signature/mod.rs +++ b/bamboo-core/src/signature/mod.rs @@ -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>(