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.
create_new
1 parent c01983d commit ec1c5f4Copy full SHA for ec1c5f4
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