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
rust-lang#5626: lint iterator.map(|x| x)
changelog: adds a new lint for iterator.map(|x| x) (see rust-lang/rust-clippy#5626)
The code also lints for result.map(|x| x) and option.map(|x| x). Also, I'm not sure if I'm checking for type adjustments correctly and I can't think of an example where .map(|x| x) would apply type adjustments.
http://buildbot.rust-lang.org/builders/auto-mac/builds/739/steps/test/logs/stdio
This didn't happen when I did a retry, so it's not a consistently failing test.
The text was updated successfully, but these errors were encountered: