Closed epage closed 11 months ago
We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/stream/mod.rs | 0 | 11 | 0.0% | ||
<!-- | Total: | 0 | 11 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 7093569524: | -0.09% |
Covered Lines: | 1224 |
Relevant Lines: | 2879 |
Allows combinators such as
repeat
andseparated
to collect single items into aHashSet
orBTreeSet
similar how(K, V)
tuples can already be collected into aHashMap
andBTreeMap
.Fixes #376