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
Now that impl Trait has been stabilized it is finally possible to get rid of these pesky Box<Iterator> return type requirements in the task runner closures.