dissolve util (#7460)
* ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor in progress * ethereum-types refactor finished * removed obsolete util/src/lib.rs * removed commented out code
This commit is contained in:
committed by
Svyatoslav Nikolsky
parent
4a4d64be56
commit
e95b093483
@@ -16,11 +16,11 @@
|
||||
|
||||
//! Bloom operations.
|
||||
|
||||
extern crate ethcore_bigint;
|
||||
extern crate ethereum_types;
|
||||
|
||||
use std::mem;
|
||||
use std::ops::DerefMut;
|
||||
use ethcore_bigint::hash::{H64, H160, H256, H512, H520, H2048};
|
||||
use ethereum_types::{H64, H160, H256, H512, H520, H2048};
|
||||
|
||||
/// Returns log2.
|
||||
pub fn log2(x: usize) -> u32 {
|
||||
|
||||
Reference in New Issue
Block a user