Skip to content

Commit

Permalink
Clippy auto ellision.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Dec 29, 2024
1 parent 36f6d94 commit 0a8d6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokenizers/src/utils/fancy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl SysRegex {

pub struct Matches<'r, 't>(fancy_regex::Matches<'r, 't>);

impl<'r, 't> Iterator for Matches<'r, 't> {
impl Iterator for Matches<'_, '_> {
type Item = (usize, usize);

fn next(&mut self) -> Option<Self::Item> {
Expand Down

0 comments on commit 0a8d6e6

Please sign in to comment.