mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-15 00:00:20 +02:00
Use pin-project-lite instead of pin-project (#95)
This commit is contained in:
+1
-1
@@ -444,7 +444,7 @@ where
|
||||
let res = Handler::call(handler, req).await;
|
||||
Ok(res)
|
||||
});
|
||||
future::IntoServiceFuture(future)
|
||||
future::IntoServiceFuture { future }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user