Skip to content

Commit

Permalink
Drop redundant delegation
Browse files Browse the repository at this point in the history
  • Loading branch information
kinto-b committed Apr 17, 2024
1 parent f42c14d commit 96d2f7d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/combinations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ where
}

fn nth(&mut self, n: usize) -> Option<Self::Item> {
if n == 0 {
return self.next();
}

let done = if self.first {
self.init()
} else {
Expand Down

0 comments on commit 96d2f7d

Please sign in to comment.