Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Oct 28, 2024
1 parent 7ef9a00 commit 24f1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/http/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub fn init<R: Runtime>() -> TauriPlugin<R> {
let path = cache_dir.join("Cookies");
let file = File::options()
.create(true)
.write(true)
.append(true)
.read(true)
.open(&path)?;

Expand Down

0 comments on commit 24f1e76

Please sign in to comment.