mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-18 00:00:15 +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
185804398f
commit
b30cdcfbea
@@ -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