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
This was most likely left over after some refactoring and can be removed entirely (at least I can't think of a reason to have .map(|x| x) in the code right now..)
Note that this will apply type adjustments on x where applicable. However, the redundant_closure lint already has a check for adjustments which can be copied to this new lint.
Activity
[-]lint .map(|x| x)[/-][+]lint iterator.map(|x| x)[/+]llogiq commentedon May 26, 2020
Note that this will apply type adjustments on
x
where applicable. However, theredundant_closure
lint already has a check for adjustments which can be copied to this new lint.theo-lw commentedon May 30, 2020
I'd like to try my hand at this!
Auto merge of #5694 - wangtheo:issue-5626, r=flip1995
Auto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
giraffate commentedon Jul 3, 2020
Hi, is this issue already resolved? If so, it would be better to close this.
JohnTitor commentedon Jul 3, 2020
Closing in favor of #5694.