Fix Clippy lint
This commit is contained in:
parent
814b2b836f
commit
9162a2c502
1 changed files with 1 additions and 1 deletions
|
|
@ -353,7 +353,7 @@ impl WhisperState {
|
|||
}
|
||||
|
||||
/// Get an iterator over all segments.
|
||||
pub fn as_iter(&self) -> WhisperStateSegmentIterator {
|
||||
pub fn as_iter(&self) -> WhisperStateSegmentIterator<'_> {
|
||||
WhisperStateSegmentIterator::new(self)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue