Commit Graph

10 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 c7445d7f2c Pluralize lint name 2020-11-18 01:28:37 +09:00
Hirochika Matsumoto 30632fb8e6 Allow this lint on lint tests 2020-11-18 01:28:37 +09:00
Samuel E. Moelius III 06e81bb493 Update references 2020-11-08 18:32:12 -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
Manish Goregaokar 483e140bce map_flatten: make it a rustfix test 2019-09-25 14:45:18 -07:00