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

@@ -13,7 +13,7 @@ mod config;
use std::path::PathBuf;
use clap::{App, Arg};
use config::LighthouseConfig;
use crate::config::LighthouseConfig;
use slog::Drain;
fn main() {