Skip to content

Conversation

@Philippe-Cholet
Copy link
Member

No description provided.

@Philippe-Cholet Philippe-Cholet added this to the next milestone Jun 14, 2024
@codecov
Copy link

codecov bot commented Jun 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.60%. Comparing base (6814180) to head (733e3c0).
Report is 99 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@ ## master #956 +/- ## ========================================== + Coverage 94.38% 94.60% +0.21%  ========================================== Files 48 49 +1 Lines 6665 7043 +378 ========================================== + Hits 6291 6663 +372  - Misses 374 380 +6 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@phimuemue phimuemue enabled auto-merge June 14, 2024 09:57
@phimuemue phimuemue added this pull request to the merge queue Jun 14, 2024
Merged via the queue into rust-itertools:master with commit b86960a Jun 14, 2024
@Philippe-Cholet Philippe-Cholet deleted the fix-clippy-1.79 branch June 14, 2024 10:00
@Philippe-Cholet
Copy link
Member Author

@phimuemue Something new in 1.79: impl FromIterator for (impl Default + Extend, impl Default + Extend) rust-lang/rust#107462 is nice.

let (doubles, squares): (Vec<_>, Vec<_>) = (0..5).map(|x| (x * 2, x * x)).collect();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants