Commit Graph

16 Commits

Author SHA1 Message Date
Cameron Steffen 5782dc0eb9 Fix redundant closure bugs 2021-09-09 17:10:59 -05:00
Dharma Saputra Wijaya 69d439065e Handle Result on map_flatten lint
Adds a check on `.map(..).flatten()` on `Result` type that follows the
behaviour on `Option` type.
2021-08-01 17:47:54 +08:00
Hirochika Matsumoto 4c8d248190 Update stderr files 2020-11-18 01:28:37 +09:00
Samuel E. Moelius III 06e81bb493 Update references 2020-11-08 18:32:12 -05:00
Samuel E. Moelius III 9c6a0b9c34 Update references 2020-11-08 07:07:49 -05:00
Dmitry Murzin d4ba561aaf Review fixes 2020-07-31 00:28:21 +03:00
Dmitry Murzin a427c99f3d Handle mapping to Option in map_flatten lint 2020-07-30 23:23:33 +03:00
Teddy_Wang 40ee620e51 Added a lint for .map(|x| x) 2020-06-13 10:08:12 -04:00
Marcin Serwin 72a8fc24e6 Add test to map_flatten with an Option 2020-04-16 08:00:32 +02:00
Yuki Okushi 07e33633a3 Update stderrs 2020-01-07 18:38:12 +09:00
Manish Goregaokar 483e140bce map_flatten: make it a rustfix test 2019-09-25 14:45:18 -07:00
Philipp Hansch 38d4ac7cea Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
2019-01-08 21:46:39 +01:00
flip1995 d2dbd0b8a5 Update *.stderr files 2018-12-28 12:41:12 +01:00
Matthias Krüger 7bcc2cd9c8 update test stderr 2018-12-10 08:22:07 +01:00
Manish Goregaokar e9c025ea70 Add license header to Rust files 2018-10-06 09:43:08 -07:00
Jane Lusby 14feb3670f Lint for chaining flatten after map
This change adds a lint to check for instances of `map(..).flatten()`
that can be trivially shortened to `flat_map(..)`

Closes #3196
2018-09-24 14:29:16 -07:00