1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-08-26 07:04:48 +02:00

better naming

This commit is contained in:
Nikolay Kim
2017-10-06 23:36:36 -07:00
parent a505be9321
commit ce4aea46c3
6 changed files with 28 additions and 28 deletions

View File

@@ -91,7 +91,7 @@ impl Router {
}
}
Task::reply(IntoHttpResponse::into_response(HTTPNotFound, req), None)
Task::reply(IntoHttpResponse::into_response(HTTPNotFound, req))
}
}
}