log_entry move

This commit is contained in:
Nikolay Volf 2016-05-05 23:57:10 +04:00
parent beb33672bd
commit a8affa6dee
3 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,6 @@ pub mod ethereum;
pub mod filter; pub mod filter;
pub mod header; pub mod header;
pub mod service; pub mod service;
pub mod log_entry;
pub mod trace; pub mod trace;
pub mod spec; pub mod spec;
pub mod views; pub mod views;

View File

@ -21,3 +21,4 @@ pub mod ids;
pub mod receipt; pub mod receipt;
pub mod tree_route; pub mod tree_route;
pub mod blockchain_info; pub mod blockchain_info;
pub mod log_entry;