Skip to content

Commit 4aa9e29

Browse files
Fix clippy lint
1 parent a654b1e commit 4aa9e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

authenticode/src/win_cert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ pub struct AttributeCertificate<'a> {
119119
pub data: &'a [u8],
120120
}
121121

122-
impl<'a> AttributeCertificate<'a> {
122+
impl AttributeCertificate<'_> {
123123
/// Get the certificate data as an authenticode signature.
124124
pub fn get_authenticode_signature(
125125
&self,

0 commit comments

Comments
 (0)