Skip to content

Update Rust crate itertools to 0.15.0#250

Merged
yanorei32 merged 1 commit into
masterfrom
renovate/itertools-0.x
Jun 16, 2026
Merged

Update Rust crate itertools to 0.15.0#250
yanorei32 merged 1 commit into
masterfrom
renovate/itertools-0.x

Update Rust crate itertools to 0.15.0

1e759f5
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
GitHub Actions / clippy completed Jun 16, 2026 in 1s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (2)

src/connection_counter.rs|20 col 20| hiding a lifetime that's elided elsewhere is confusing
src/rtl.rs|20 col 30| explicit call to .into_iter() in function argument accepting IntoIterator

Filtered Findings (0)

Annotations

Check warning on line 20 in src/connection_counter.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] src/connection_counter.rs#L20 <mismatched_lifetime_syntaxes>

hiding a lifetime that's elided elsewhere is confusing
Raw output
src/connection_counter.rs:20:20: warning: hiding a lifetime that's elided elsewhere is confusing (mismatched_lifetime_syntaxes)

Check warning on line 20 in src/rtl.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

[clippy] src/rtl.rs#L20 <clippy::useless_conversion>

explicit call to `.into_iter()` in function argument accepting `IntoIterator`
Raw output
src/rtl.rs:20:30: warning: explicit call to `.into_iter()` in function argument accepting `IntoIterator` (clippy::useless_conversion)