mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-28 07:57:02 +00:00
Make clippy happy
This commit is contained in:
@@ -56,3 +56,9 @@ impl<D: Digest> AsyncHasher<D> {
|
|||||||
self.task.await.unwrap()
|
self.task.await.unwrap()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
impl<D: Digest> Default for AsyncHasher<D> {
|
||||||
|
fn default() -> Self {
|
||||||
|
Self::new()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user