Update to rust 2018 importing macros.

This commit is contained in:
Age Manning 2019-02-20 12:15:41 +11:00
parent c7acde4fc2
commit d8584cbed2
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93
3 changed files with 2 additions and 2 deletions

View File

@ -8,6 +8,7 @@ use db::{
ClientDB,
};
use fast_math::log2_raw;
use log::{debug, trace};
use std::collections::HashMap;
use std::sync::Arc;
use types::{

View File

@ -19,8 +19,6 @@
extern crate db;
extern crate ssz;
extern crate types;
#[macro_use]
extern crate log;
pub mod bitwise_lmd_ghost;
pub mod longest_chain;

View File

@ -5,6 +5,7 @@ use db::{
stores::{BeaconBlockStore, BeaconStateStore},
ClientDB,
};
use log::{debug, trace};
use std::collections::HashMap;
use std::sync::Arc;
use types::{