diff --git a/rust/hg-core/src/revlog/patch.rs b/rust/hg-core/src/revlog/patch.rs --- a/rust/hg-core/src/revlog/patch.rs +++ b/rust/hg-core/src/revlog/patch.rs @@ -17,7 +17,7 @@ data: &'a [u8], } -impl<'a> Chunk<'a> { +impl Chunk<'_> { /// Adjusted start of the chunk to replace. /// /// Offset allow to take into account the growth/shrinkage of data