Remove unneeded macro usage (#2995)

Co-authored-by: Benjamin Sparks <[email protected]>
This commit is contained in:
Benjamin Sparks
2024-10-17 16:47:51 +02:00
committed by GitHub
co-authored by Benjamin Sparks
parent 114369418d
commit c5a451d94b
6 changed files with 0 additions and 12 deletions
-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() {