mirror of
https://github.com/deps-rs/deps.rs.git
synced 2024-11-22 02:16:30 +00:00
remove superfluous lifetime param
This commit is contained in:
parent
9dbc9c925c
commit
873b2c7069
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ impl Service for Api {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Api {
|
impl Api {
|
||||||
fn status<'r>(&self, _req: Request, params: Params, format: StatusFormat) ->
|
fn status(&self, _req: Request, params: Params, format: StatusFormat) ->
|
||||||
impl Future<Item=Response, Error=HyperError>
|
impl Future<Item=Response, Error=HyperError>
|
||||||
{
|
{
|
||||||
let engine = self.engine.clone();
|
let engine = self.engine.clone();
|
||||||
|
|
Loading…
Reference in a new issue