rust #10

Merged
peperunas merged 127 commits from rust into master 2021-02-18 09:42:16 +00:00
Showing only changes of commit c87da2bb6a - Show all commits

View File

@ -67,7 +67,7 @@ impl BfxBot {
}
}
async fn update<'a>(&'a mut self) {
async fn update(&mut self) {
delay_for(self.ticker.duration()).await;
self.ticker.inc();