rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.69k stars 303 forks source link

Allow `Q: ?Sized` in `Itertools::contains` #971

Closed Alexendoo closed 1 month ago

Alexendoo commented 1 month ago

To enable .contains("foo") on an Iterator<Item = String> and similar

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.32%. Comparing base (6814180) to head (ccd68d2). Report is 111 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #971 +/- ## ========================================== - Coverage 94.38% 94.32% -0.07% ========================================== Files 48 49 +1 Lines 6665 6708 +43 ========================================== + Hits 6291 6327 +36 - Misses 374 381 +7 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.