mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Update to rust 2018 importing macros.
This commit is contained in:
@@ -8,6 +8,7 @@ use db::{
|
|||||||
ClientDB,
|
ClientDB,
|
||||||
};
|
};
|
||||||
use fast_math::log2_raw;
|
use fast_math::log2_raw;
|
||||||
|
use log::{debug, trace};
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use types::{
|
use types::{
|
||||||
|
|||||||
@@ -19,8 +19,6 @@
|
|||||||
extern crate db;
|
extern crate db;
|
||||||
extern crate ssz;
|
extern crate ssz;
|
||||||
extern crate types;
|
extern crate types;
|
||||||
#[macro_use]
|
|
||||||
extern crate log;
|
|
||||||
|
|
||||||
pub mod bitwise_lmd_ghost;
|
pub mod bitwise_lmd_ghost;
|
||||||
pub mod longest_chain;
|
pub mod longest_chain;
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ use db::{
|
|||||||
stores::{BeaconBlockStore, BeaconStateStore},
|
stores::{BeaconBlockStore, BeaconStateStore},
|
||||||
ClientDB,
|
ClientDB,
|
||||||
};
|
};
|
||||||
|
use log::{debug, trace};
|
||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
use types::{
|
use types::{
|
||||||
|
|||||||
Reference in New Issue
Block a user