Skip to content

Commit

Permalink
clippy windows
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Aug 15, 2024
1 parent 4f5dad5 commit a88aee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ impl Wal {
.create(true)
.read(true)
.write(true)
.truncate(true)
.open(&path)?;
path.pop();
dir
Expand Down

0 comments on commit a88aee9

Please sign in to comment.