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
..
2020-06-13 01:27:18 +00:00
2020-06-10 17:30:11 -04:00
2020-06-23 02:23:27 +02:00
2020-06-10 17:30:11 -04:00
2020-06-23 02:23:27 +02:00
2020-06-18 06:50:04 +09:00
2020-06-11 16:24:01 +01:00
2020-06-10 17:30:11 -04:00
2020-06-13 12:42:58 +02:00
2020-06-10 17:30:11 -04:00
2020-06-23 14:05:53 +02:00
2020-06-23 14:05:53 +02:00
2020-06-23 02:23:27 +02:00
2020-06-23 02:23:27 +02:00
2020-06-10 17:30:11 -04:00
2020-06-10 17:30:12 -04:00