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

@@ -17,7 +17,7 @@
//! Binary representation of types
use util::bytes::Populatable;
use util::numbers::{U256, U512, H256, H2048, Address};
use util::{U256, U512, H256, H2048, Address};
use std::mem;
use std::collections::{VecDeque, BTreeMap};
use std::ops::Range;