mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: update CI to clippy 1.77 (#6443)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user