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 vec_shuffle;
mod shuffle;
pub use shuffle::{shard_and_committees_for_cycle, ValidatorAssignmentError};
pub use crate::shuffle::{shard_and_committees_for_cycle, ValidatorAssignmentError};