Skip to content

Commit

Permalink
Do the same for axum's examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Sparks committed Oct 17, 2024
1 parent fb4fa95 commit 6ecdc05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions examples/serve-with-hyper/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
//!
//! [hyper-util]: https://crates.io/crates/hyper-util
#![allow(unreachable_patterns)]

use std::convert::Infallible;
use std::net::SocketAddr;

Expand Down
2 changes: 0 additions & 2 deletions examples/unix-domain-socket/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
//! ```not_rust
//! cargo run -p example-unix-domain-socket
//! ```
#![allow(unreachable_patterns)]

#[cfg(unix)]
#[tokio::main]
async fn main() {
Expand Down

0 comments on commit 6ecdc05

Please sign in to comment.