Skip to content

Commit

Permalink
Resolve clippy issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Feb 1, 2024
1 parent 4328456 commit 42ac0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl Extractor {
.read(true)
.write(true)
.create(true)
.truncate(true)
.open(&self.location)
}
#[cfg(windows)]
Expand Down

0 comments on commit 42ac0c6

Please sign in to comment.