Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Apr 18, 2024
1 parent 2df472a commit 802ff0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage/benches/bench_fs_operation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ fn gen_std_files(path: &Path) -> impl IntoIterator<Item = std::fs::File> {
.read(true)
.write(true)
.create(true)
.truncate(true)
.open(file_path)
.unwrap();
ret
Expand Down

0 comments on commit 802ff0e

Please sign in to comment.