Skip to content

Commit

Permalink
fix clippy for Windows release build
Browse files Browse the repository at this point in the history
  • Loading branch information
GyulyVGC committed Jan 2, 2025
1 parent 7427fdf commit 4c47935
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/formatted_strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ pub fn get_logs_file_path() -> Option<String> {
pub fn redirect_stdout_stderr_to_file(
) -> Option<(gag::Redirect<std::fs::File>, gag::Redirect<std::fs::File>)> {
if let Ok(logs_file) = std::fs::OpenOptions::new()
.write(true)
.create(true)
.append(true)
.open(get_logs_file_path()?)
Expand Down

0 comments on commit 4c47935

Please sign in to comment.