chore: update CI to clippy 1.77 (#6443)

This commit is contained in:
Siech0
2024-03-30 15:49:42 +09:00
committed by GitHub
parent 9c337ca1a3
commit 3936ebdfe4
7 changed files with 15 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ async fn compat_file_seek() -> futures_util::io::Result<()> {
.read(true)
.write(true)
.create(true)
.truncate(true)
.open(temp_file)
.await?
.compat_write();