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
3 changed files with 2 additions and 2 deletions

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::{