chore: update CI to clippy 1.76 (#6334)

Co-authored-by: Rafael Bachmann <[email protected]>
This commit is contained in:
Patrick McGleenon
2024-02-10 10:45:40 +01:00
committed by GitHub
co-authored by Rafael Bachmann
parent 0fbde0e94b
commit e392c4ff1e
10 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ fn main() {
.write_all(one_mega_random_bytes.as_slice())
.await
.unwrap();
stream.read(&mut buff).await.unwrap();
let _ = stream.read(&mut buff).await.unwrap();
}
tx.send(()).unwrap();
});