Skip to content

Commit

Permalink
[#55213] Apply new cargo lints
Browse files Browse the repository at this point in the history
  • Loading branch information
GPlaczek committed Mar 1, 2024
1 parent 9aa5152 commit a77f322
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/output_device.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ impl<'a> OutputDevice<'a> {
.create(true)
.open(path)?,
Some(Redirect::Append(_, path)) => OpenOptions::new()
.write(true)
.append(true)
.create(true)
.open(path)?,
Expand Down

0 comments on commit a77f322

Please sign in to comment.