forked from Deuxfleurs/garage
Make clippy happy
This commit is contained in:
parent
40150527b8
commit
0176da3ad2
1 changed files with 6 additions and 0 deletions
|
@ -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()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue