Skip to content
Snippets Groups Projects
Commit 020be31e authored by Hugo Trentesaux's avatar Hugo Trentesaux Committed by Hugo Trentesaux
Browse files

clippy

parent 5070aa05
No related branches found
No related tags found
1 merge request!7Big refacto
Pipeline #32295 passed
......@@ -41,8 +41,7 @@ pub fn load_conf() -> Config {
log::error!("{:?}", e);
log::info!("using default config instead");
log::info!("call `config save` to overwrite");
let cfg = Config::default();
cfg
Config::default()
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment