Skip to content

Commit

Permalink
Revert "collect only 2 __all__ definitions and then stop pulling th…
Browse files Browse the repository at this point in the history
…e iterator"

This reverts commit 548180b.
  • Loading branch information
plredmond committed May 14, 2024
1 parent 548180b commit 01e974f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ fn find_dunder_all_exprs<'a>(semantic: &'a SemanticModel) -> Vec<&'a ast::Expr>
_ => None,
}
})
.take(2)
.collect()
}

Expand Down

0 comments on commit 01e974f

Please sign in to comment.