summaryrefslogtreecommitdiff
path: root/src/handlers/hunk_header.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/handlers/hunk_header.rs')
-rw-r--r--src/handlers/hunk_header.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/hunk_header.rs b/src/handlers/hunk_header.rs
index 0e94077..34f6d86 100644
--- a/src/handlers/hunk_header.rs
+++ b/src/handlers/hunk_header.rs
@@ -98,7 +98,7 @@ impl AmbiguousDiffMinusCounter {
}
}
-impl<'a> StateMachine<'a> {
+impl StateMachine<'_> {
#[inline]
fn test_hunk_header_line(&self) -> bool {
self.line.starts_with("@@") &&