mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 09:05:28 +00:00
fix clippy issues
This commit is contained in:
@ -57,8 +57,8 @@ fn write_error(msg: &str) -> Result<(), Box<dyn std::error::Error>> {
|
||||
.create(true)
|
||||
.open(&file_path)?;
|
||||
|
||||
eprintln!("Bootstrapper Error MinEdLauncher.exe: {}", msg);
|
||||
writeln!(&mut file, "Bootstrapper Error MinEdLauncher.exe: {}", msg)
|
||||
eprintln!("Bootstrapper Error MinEdLauncher.exe: {msg}");
|
||||
writeln!(&mut file, "Bootstrapper Error MinEdLauncher.exe: {msg}")
|
||||
});
|
||||
|
||||
if let Err(e) = write {
|
||||
|
||||
Reference in New Issue
Block a user