rust/tests
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
..
auxiliary
cargo
ui Auto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr 2020-06-23 15:59:27 +00:00
ui-cargo Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippy 2020-06-09 14:36:01 +00:00
ui-toml
compile-test.rs Merge remote-tracking branch 'upstream/master' into rustup 2020-06-23 02:18:17 +02:00
dogfood.rs
fmt.rs
integration.rs
missing-test-files.rs
versioncheck.rs