Oli Scherer
|
def1705a27
|
Update to a compiletest-rs version that requires //@ for commands
|
2023-04-20 14:44:03 +00:00 |
|
hkalbasi
|
388a3d0983
|
Implement equatable if let lint
|
2021-10-04 22:16:42 +03:30 |
|
Jason Newcomb
|
b6581636bd
|
Improve redundant_pattern_matching
Add a note when the drop order change may result in different behaviour.
|
2021-04-15 20:37:15 -04:00 |
|
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 |
|
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 |
|