Fix warnings: single tuples

This commit is contained in:
adria0
2020-07-29 11:34:06 +02:00
committed by Artem Vorotnikov
parent ef7a82835a
commit 33b5b36f44
3 changed files with 3 additions and 3 deletions

View File

@@ -251,7 +251,7 @@ impl Fetcher {
}
// state transition not triggered until drain is finished.
(SyncRound::Fetch(self))
SyncRound::Fetch(self)
}
}
}