bors
f897d27d8b
Auto merge of #6339 - CDirkx:redundant-pattern-match-poll, r=ebroto
...
Change `redundant_pattern_matching` to also lint `std::task::Poll`
`reduntant_pattern_matching` currently lints pattern matching on `Option` and `Result` where the `is_variant` utility methods could be used instead: `is_some`, `is_none`, `is_ok`, `is_err`. This PR extends this behaviour to `std::task::Poll`, suggesting the methods `is_pending` and `is_ready`.
Motivation: The current description of `redundant_pattern_matching` mentions
> It's more concise and clear to just use the proper utility function
which in my mind applies to `Poll` as well.
changelog: Enhance [`redundant_pattern_matching`] to also lint on `std::task::Poll`
2020-11-24 23:19:43 +00:00
..
2020-11-10 18:54:47 +09:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:52:27 +01:00
2020-11-23 13:51:04 +01:00
2020-11-10 18:54:47 +09:00
2020-11-10 18:54:47 +09:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2020-11-18 12:36:47 +09:00
2020-11-18 12:36:47 +09:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-11-05 14:29:48 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-23 11:28:25 -08:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-08 18:32:12 -05:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-08 18:32:12 -05:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-22 17:11:41 -05:00
2020-11-22 17:11:41 -05:00
2020-11-22 17:11:41 -05:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-12 23:29:16 +09:00
2020-10-28 23:36:07 +01:00
2020-11-23 13:51:04 +01:00
2020-11-08 18:32:12 -05:00
2020-11-23 11:28:25 -08:00
2020-11-23 11:28:25 -08:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-17 12:16:15 -08:00
2020-11-17 12:16:15 -08:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-08 18:32:12 -05:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-17 23:40:31 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-08 18:32:12 -05:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-08 18:32:12 -05:00
2020-11-08 18:32:12 -05:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-22 19:35:04 -06:00
2020-11-23 13:51:04 +01:00
2020-11-08 18:32:12 -05:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-10-28 23:36:07 +01:00
2020-10-28 23:36:07 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-05 14:29:48 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-24 17:05:01 +01:00
2020-11-24 17:05:01 +01:00
2020-11-24 17:05:01 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00
2020-11-23 13:51:04 +01:00