rust/clippy_lints
Christiaan Dirkx 5a83968877 Change redundant_pattern_matching to also lint std::task::Poll
Suggest using utility methods `is_pending` and `is_ready`.
2020-11-17 23:40:31 +01:00
..
2020-10-26 00:53:51 +01:00

This crate contains Clippy lints. For the main crate, check GitHub.