Fxi clippy for Rust 1.79

This commit is contained in:
Yuchen Wu 2024-06-14 13:41:39 -07:00 committed by Matthew (mbg)
parent 708e03211d
commit 4e251f663a
3 changed files with 3 additions and 2 deletions

2
.bleep
View file

@ -1 +1 @@
0061d912ea6f21c2ce205bfa49d4721cbd2aba7f
34d9d097899068340f2b65ba7e3cafa0d39387b9

View file

@ -63,6 +63,8 @@ impl ServeHttp for EchoApp {
}
pub struct MyServer {
// Maybe useful in the future
#[allow(dead_code)]
pub handle: thread::JoinHandle<()>,
}

View file

@ -60,7 +60,6 @@
use std::cmp::Ordering;
use std::io::Write;
use std::net::SocketAddr;
use std::usize;
use crc32fast::Hasher;