diff --git a/src/utils.rs b/src/utils.rs index 48803d82..fcecdb9c 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -112,7 +112,7 @@ where } #[tracing::instrument(skip(keys))] -pub(crate) fn calculate_hash<'a, I, T>(keys: I) -> Vec +pub(crate) fn calculate_hash(keys: I) -> Vec where I: IntoIterator, T: AsRef<[u8]>,