Skip to content

Commit

Permalink
Fix ambiguous macro
Browse files Browse the repository at this point in the history
  • Loading branch information
melynx committed Jun 1, 2020
1 parent 91caab8 commit f50b784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ cfg_if! {
use serde_sgx::{Serialize, Deserialize};
use serde_sgx::ser::{Serializer, SerializeTuple};
use serde_sgx::de::{self as de, Deserializer, Visitor, SeqAccess};
use serde_derive_sgx::*;
use blake2_sgx::{VarBlake2b, digest::{Input, VariableOutput}};
} else if #[cfg(feature = "std")] {
use rand::{Rng, thread_rng};
Expand Down

0 comments on commit f50b784

Please sign in to comment.