Update to rust 2018 importing macros.
This commit is contained in:
		
							parent
							
								
									c7acde4fc2
								
							
						
					
					
						commit
						d8584cbed2
					
				| @ -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::{ | ||||
|  | ||||
| @ -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; | ||||
|  | ||||
| @ -5,6 +5,7 @@ use db::{ | ||||
|     stores::{BeaconBlockStore, BeaconStateStore}, | ||||
|     ClientDB, | ||||
| }; | ||||
| use log::{debug, trace}; | ||||
| use std::collections::HashMap; | ||||
| use std::sync::Arc; | ||||
| use types::{ | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user