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

@@ -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;