mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 13:35:33 +00:00
fix clippy
This commit is contained in:
@ -51,7 +51,7 @@ fn write_error(msg: &str) -> Result<(), Box<dyn std::error::Error>> {
|
||||
.iter()
|
||||
.collect();
|
||||
|
||||
let write = fs::create_dir_all(&file_path.parent().unwrap()).and_then(|()| {
|
||||
let write = fs::create_dir_all(file_path.parent().unwrap()).and_then(|()| {
|
||||
let mut file = OpenOptions::new()
|
||||
.append(true)
|
||||
.create(true)
|
||||
|
||||
Reference in New Issue
Block a user