mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
cargo-fix the whole workspace into Rust 2018
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user