Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: new api try_collect for builtin/iter #1260

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jetjinser
Copy link
Contributor

Collects the Ok elements of the iterator into an array, short circuiting if a Err is encountered.

@coveralls
Copy link
Collaborator

coveralls commented Nov 27, 2024

Pull Request Test Coverage Report for Build 4008

Details

  • 3 of 3 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.07%) to 80.426%

Totals Coverage Status
Change from base Build 4005: 0.07%
Covered Lines: 4376
Relevant Lines: 5441

💛 - Coveralls

@tonyfettes
Copy link
Contributor

tonyfettes commented Nov 29, 2024

See #1029 for some context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants