Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/transaction.rs')
| -rw-r--r-- | helix-core/src/transaction.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/transaction.rs b/helix-core/src/transaction.rs index c5c94b75..450b4736 100644 --- a/helix-core/src/transaction.rs +++ b/helix-core/src/transaction.rs @@ -769,7 +769,7 @@ impl<'a> ChangeIterator<'a> { } } -impl<'a> Iterator for ChangeIterator<'a> { +impl Iterator for ChangeIterator<'_> { type Item = Change; fn next(&mut self) -> Option<Self::Item> { |