Skip to content

Conversation

phimuemue
Copy link
Member

I compiled with cargo check -j8 --all-targets and fixed the warnings popping up.

Copy link

codecov bot commented Sep 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.17%. Comparing base (6814180) to head (6c7ca9e).
⚠️ Report is 158 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1062      +/-   ##
==========================================
- Coverage   94.38%   94.17%   -0.21%     
==========================================
  Files          48       50       +2     
  Lines        6665     6254     -411     
==========================================
- Hits         6291     5890     -401     
+ Misses        374      364      -10     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@phimuemue phimuemue requested a review from jswrenn September 25, 2025 20:15
@phimuemue phimuemue enabled auto-merge September 25, 2025 20:15

/// Create a new `TakeWhileRef` from a reference to clonable iterator.
pub fn take_while_ref<I, F>(iter: &mut I, f: F) -> TakeWhileRef<I, F>
pub fn take_while_ref<I, F>(iter: &mut I, f: F) -> TakeWhileRef<'_, I, F>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, nice, I'm a big fan of these '_s-in-return-types.

@phimuemue phimuemue added this pull request to the merge queue Sep 25, 2025
Merged via the queue into rust-itertools:master with commit 0e463eb Sep 25, 2025
13 of 14 checks passed
@phimuemue phimuemue deleted the rust_1_90 branch September 25, 2025 21:48
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.

3 participants