You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What problem does this solve or what need does it fill?
Query::for_each_combinations(_mut), the for_each equivalent of iter_combinations(_mut).
What solution would you like?
The bug that is cited in the docs for Query::iter_combinations (rust-lang/rust#62529), has been resolved. Another attempt at implementing it should be taken.
What alternative(s) have you considered?
Don't implement it. Remove the comment about the bug.
The text was updated successfully, but these errors were encountered:
@campbellcole This issue is about for_each not par_for_each.
Not familiar enough to know how hard par_for_each would be to implement, but par_for_each_mut is not possible for combinations.
What problem does this solve or what need does it fill?
Query::for_each_combinations(_mut)
, thefor_each
equivalent ofiter_combinations(_mut)
.What solution would you like?
The bug that is cited in the docs for
Query::iter_combinations
(rust-lang/rust#62529), has been resolved. Another attempt at implementing it should be taken.What alternative(s) have you considered?
Don't implement it. Remove the comment about the bug.
The text was updated successfully, but these errors were encountered: