##// END OF EJS Templates
hg-core: use anonymous lifetime for `impl Chunk` (D8958#inline-15003 followup)...
Antoine cezar -
r46172:412a5827 default
parent child Browse files
Show More
@@ -17,7 +17,7 struct Chunk<'a> {
17 17 data: &'a [u8],
18 18 }
19 19
20 impl<'a> Chunk<'a> {
20 impl Chunk<'_> {
21 21 /// Adjusted start of the chunk to replace.
22 22 ///
23 23 /// Offset allow to take into account the growth/shrinkage of data
General Comments 0
You need to be logged in to leave comments. Login now