diff --git a/src/bin/download_sysext.rs b/src/bin/download_sysext.rs index 7a258ad..de7e5a0 100644 --- a/src/bin/download_sysext.rs +++ b/src/bin/download_sysext.rs @@ -44,7 +44,7 @@ struct Package<'a> { status: PackageStatus, } -impl<'a> Package<'a> { +impl Package<'_> { #[rustfmt::skip] // Return Sha256 hash of data in the given path. // If maxlen is None, a simple read to the end of the file.