Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Feb 9, 2024
1 parent f9ffc4b commit 10afc65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pio/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ build_type = release

let mut file = OpenOptions::new()
.create(true)
.write(true)
.append(true)
.open(self.project_dir.join(".gitignore"))?;

Expand Down

0 comments on commit 10afc65

Please sign in to comment.