Fix warnings and errors from beta Rust (#2904)

This commit is contained in:
Benjamin Sparks
2024-09-09 18:55:15 +00:00
committed by GitHub
parent 1ac617a1b5
commit 6efcb75d99
7 changed files with 27 additions and 9 deletions
+2
View File
@@ -11,6 +11,8 @@
//!
//! [hyper-util]: https://crates.io/crates/hyper-util
#![allow(unreachable_patterns)]
use std::convert::Infallible;
use std::net::SocketAddr;