rust/src
bors 583d644934 Auto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
#5626: lint iterator.map(|x| x)

changelog: adds a new lint for iterator.map(|x| x) (see https://github.com/rust-lang/rust-clippy/issues/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.
2020-06-23 15:59:27 +00:00
..
lintlist Auto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr 2020-06-23 15:59:27 +00:00
driver.rs Remove unused allowed unused attributes 2020-06-23 20:59:35 +07:00
main.rs Use lints in Clippy that are enabled in rustc bootstrap 2020-06-23 14:05:52 +02:00