diff --git a/src/combinations.rs b/src/combinations.rs index 671fb621a..b33c142dc 100644 --- a/src/combinations.rs +++ b/src/combinations.rs @@ -176,10 +176,6 @@ where } fn nth(&mut self, n: usize) -> Option { - if n == 0 { - return self.next(); - } - let done = if self.first { self.init() } else {