mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-24 00:00:16 +02:00
Remove unneeded macro usage (#2995)
Co-authored-by: Benjamin Sparks <[email protected]>
This commit is contained in:
co-authored by
Benjamin Sparks
parent
114369418d
commit
c5a451d94b
@@ -3,8 +3,6 @@
|
||||
//! ```not_rust
|
||||
//! cargo run -p example-unix-domain-socket
|
||||
//! ```
|
||||
#![allow(unreachable_patterns)]
|
||||
|
||||
#[cfg(unix)]
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
|
||||
Reference in New Issue
Block a user