Skip to content

Commit

Permalink
fix missing root crate:: in item path
Browse files Browse the repository at this point in the history
  • Loading branch information
2ndDerivative committed Dec 20, 2024
1 parent eca9ab0 commit 34dfdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions axum/src/serve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,15 @@ mod tests {
#[cfg(unix)]
use super::IncomingStream;
use super::{serve, Listener};
#[cfg(unix)]
use crate::extract::connect_info::Connected;
use crate::{
body::to_bytes,
handler::{Handler, HandlerWithoutStateExt},
routing::get,
serve::ListenerExt,
Router,
};
#[cfg(unix)]
use extract::connect_info::Connected;

#[allow(dead_code, unused_must_use)]
async fn if_it_compiles_it_works() {
Expand Down

0 comments on commit 34dfdb3

Please sign in to comment.