fix tests and review grumbles

This commit is contained in:
Robert Habermeier
2018-02-06 16:35:19 +01:00
parent d2660900de
commit 4378ce7887
11 changed files with 285 additions and 40 deletions
+3 -1
View File
@@ -21,7 +21,6 @@
#![cfg_attr(not(feature = "std"), no_std)]
#![cfg_attr(not(feature = "std"), feature(alloc))]
#[cfg(feature = "std")]
extern crate rustc_hex;
extern crate serde;
@@ -77,6 +76,9 @@ pub mod transaction;
pub mod uint;
pub mod validator;
#[cfg(test)]
mod tests;
#[cfg(feature = "std")]
pub mod hashing;