cargo-fix the whole workspace into Rust 2018

This commit is contained in:
Stan Drozd
2018-12-19 16:07:01 +01:00
parent 459be0b4b6
commit e502872083
7 changed files with 28 additions and 28 deletions

View File

@@ -4,4 +4,4 @@ extern crate types;
mod inductor;
pub use inductor::{ValidatorInductionError, ValidatorInductor};
pub use crate::inductor::{ValidatorInductionError, ValidatorInductor};