mirror of
https://codeberg.org/icewind/comma-separated.git
synced 2026-06-03 10:14:14 +02:00
clippy fixes
This commit is contained in:
parent
97a4842210
commit
db7860c6ae
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ impl<'a> Iterator for CommaSeparatedIterator<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'a> DoubleEndedIterator for CommaSeparatedIterator<'a> {
|
||||
impl DoubleEndedIterator for CommaSeparatedIterator<'_> {
|
||||
fn next_back(&mut self) -> Option<Self::Item> {
|
||||
if self.remaining.is_empty() {
|
||||
return None;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue