Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Jan 29, 2024
1 parent 78f80f9 commit d781926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/src/prover_state/persistence.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ pub fn to_disk(circuits: &AllRecursiveCircuits, circuit_config: &CircuitConfig)
let file = OpenOptions::new()
.write(true)
.create(true)
.truncate(false)
.open(disk_path(circuit_config));

let mut file = match file {
Expand Down

0 comments on commit d781926

Please sign in to comment.