Remove some #[allow(warnings)] (#376)

These were probably added during development and then forgotten to be
removed.
This commit is contained in:
David Pedersen
2021-10-08 14:09:44 +00:00
committed by GitHub
parent 2bedcc285b
commit fe4c0ae386
5 changed files with 4 additions and 9 deletions
-1
View File
@@ -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();