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
There are a bunch of iterator chains that are clearer with the new find_map. Off the top of my head, .find(_).map(_) and .filter_map(_).nex(). I think clippy should have a lit for this like the filter_map and filter_next lints.