Make clippy happy
This commit is contained in:
parent
40150527b8
commit
0176da3ad2
@ -56,3 +56,9 @@ impl<D: Digest> AsyncHasher<D> {
|
||||
self.task.await.unwrap()
|
||||
}
|
||||
}
|
||||
|
||||
impl<D: Digest> Default for AsyncHasher<D> {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user