mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
Remove some #[allow(warnings)] (#376)
These were probably added during development and then forgotten to be removed.
This commit is contained in:
@@ -81,7 +81,6 @@ where
|
||||
{
|
||||
type Output = Result<Response<BoxBody>, S::Error>;
|
||||
|
||||
#[allow(warnings)]
|
||||
fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> {
|
||||
let this = self.project();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user