chore: Rust 1.77 linting

This commit is contained in:
Jack Wills
2024-03-30 15:24:45 +00:00
parent 7953e68f30
commit dfd4948d9c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -224,6 +224,7 @@ impl InputHandler {
.read(true)
.write(true)
.create(true)
.truncate(true)
.open(&path)?,
);