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

Fix warnings from clippy 1.79 #956

Merged
merged 1 commit into from
Jun 14, 2024

Conversation

Philippe-Cholet
Copy link
Member

No description provided.

@Philippe-Cholet Philippe-Cholet added this to the next milestone Jun 14, 2024
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
13 checks passed
@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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants