mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-31 07:31:01 +00:00
clippy fix
This commit is contained in:
parent
b7da4b1a28
commit
1e34a20108
@ -35,6 +35,7 @@ impl EventStore {
|
||||
let event_map_file = OpenOptions::new()
|
||||
.read(true)
|
||||
.write(true)
|
||||
.truncate(false)
|
||||
.create(true)
|
||||
.open(event_map_file)?;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user