removed explicit lifetime
This commit is contained in:
parent
2c2f164e18
commit
c87da2bb6a
@ -67,7 +67,7 @@ impl BfxBot {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
async fn update<'a>(&'a mut self) {
|
async fn update(&mut self) {
|
||||||
delay_for(self.ticker.duration()).await;
|
delay_for(self.ticker.duration()).await;
|
||||||
self.ticker.inc();
|
self.ticker.inc();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user