Remove unneeded macro usage (#2995)

Co-authored-by: Benjamin Sparks <[email protected]>
This commit is contained in:
Benjamin Sparks
2024-11-14 23:00:25 +01:00
committed by Jonas Platte
co-authored by Benjamin Sparks
parent 185804398f
commit b30cdcfbea
6 changed files with 0 additions and 12 deletions
-2
View File
@@ -11,8 +11,6 @@
//!
//! [hyper-util]: https://crates.io/crates/hyper-util
#![allow(unreachable_patterns)]
use std::convert::Infallible;
use std::net::SocketAddr;
-2
View File
@@ -3,8 +3,6 @@
//! ```not_rust
//! cargo run -p example-unix-domain-socket
//! ```
#![allow(unreachable_patterns)]
#[cfg(unix)]
#[tokio::main]
async fn main() {