chore(file_store): explicitly state that we truncate file for create_new
This makes clippy happy.
This commit is contained in:
@@ -64,6 +64,7 @@ where
|
||||
.create(true)
|
||||
.read(true)
|
||||
.write(true)
|
||||
.truncate(true)
|
||||
.open(file_path)?;
|
||||
f.write_all(magic)?;
|
||||
Ok(Self {
|
||||
|
||||
Reference in New Issue
Block a user