fix clipy warnings

This commit is contained in:
ad hoc 2022-05-25 15:07:52 +02:00
parent 74a1f88d88
commit 1647ca3c1f
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
5 changed files with 10 additions and 19 deletions

View file

@ -14,7 +14,5 @@ impl BatchHandler for EmptyBatchHandler {
batch
}
async fn finish(&self, _: &Batch) {
()
}
async fn finish(&self, _: &Batch) {}
}