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;
+1
View File
@@ -3,6 +3,7 @@
//! ```not_rust
//! cargo run -p example-unix-domain-socket
//! ```
#![allow(unreachable_patterns)]
#[cfg(unix)]
#[tokio::main]