summaryrefslogtreecommitdiff
path: root/openssl/src/hash.rs
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/src/hash.rs')
-rw-r--r--openssl/src/hash.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/src/hash.rs b/openssl/src/hash.rs
index c5c39a08..05f81019 100644
--- a/openssl/src/hash.rs
+++ b/openssl/src/hash.rs
@@ -390,7 +390,7 @@ impl AsRef<[u8]> for DigestBytes {
}
impl fmt::Debug for DigestBytes {
- fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {
+ fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result {
fmt::Debug::fmt(&**self, fmt)
}
}