cleaning up hash reexports

This commit is contained in:
debris
2016-08-03 18:05:17 +02:00
parent 573e775ef9
commit e8c451ac82
42 changed files with 102 additions and 148 deletions

View File

@@ -28,7 +28,7 @@ extern crate ethcore_util;
extern crate rand;
use test::{Bencher, black_box};
use ethcore_util::numbers::*;
use ethcore_util::U256;
#[bench]
fn u256_add(b: &mut Bencher) {

View File

@@ -28,7 +28,7 @@ extern crate ethcore_util;
use test::Bencher;
use std::str::FromStr;
use ethcore_util::rlp::*;
use ethcore_util::numbers::U256;
use ethcore_util::U256;
#[bench]
fn bench_stream_u64_value(b: &mut Bencher) {