rust/clippy_lints
Christiaan Dirkx dc075b4266 Change redundant_pattern_matching to also lint std::net::IpAddr
Suggest using utility methods `is_ipv4` and `is_ipv6`.
2020-11-25 02:01:05 +01:00
..
2020-10-26 00:53:51 +01:00

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