We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c01983d + ec1c5f4 commit fc637a7Copy full SHA for fc637a7
crates/file_store/src/store.rs
@@ -64,6 +64,7 @@ where
64
.create(true)
65
.read(true)
66
.write(true)
67
+ .truncate(true)
68
.open(file_path)?;
69
f.write_all(magic)?;
70
Ok(Self {
0 commit comments