Skip to content

Commit 24f1e76

Browse files
committed
clippy
1 parent 7ef9a00 commit 24f1e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/http/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
4141
let path = cache_dir.join("Cookies");
4242
let file = File::options()
4343
.create(true)
44-
.write(true)
44+
.append(true)
4545
.read(true)
4646
.open(&path)?;
4747

0 commit comments

Comments
 (0)