Jason Newcomb
|
9e9110e4f3
|
Remove final reference on fields and method calls in needless_borrow
|
2022-01-22 20:35:32 -05:00 |
|
Cameron Steffen
|
a17359c696
|
Remove shadow allows
|
2021-09-30 14:07:58 -05:00 |
|
David Tolnay
|
c2783c1dcb
|
Downgrade many_single_char_names to pedantic
|
2021-09-14 09:59:06 -07:00 |
|
Jason Newcomb
|
6b5778eb17
|
Fix explicit_into_iter_loop
Only lint when `into_iter` is an implementation of `IntoIterator`
Minor cleanups
|
2021-04-06 12:12:32 -04:00 |
|
Eduardo Broto
|
0f2b1193f9
|
Remove reverse_range_loop lint
|
2020-05-13 20:33:32 +02:00 |
|
David Tolnay
|
899a1b5598
|
Move cognitive_complexity to nursery
|
2020-04-08 08:37:20 -07:00 |
|
Michael Wright
|
ea829bd8c6
|
Fix bad explicit_into_iter_loop suggestion
Fixes #4958
|
2020-01-01 07:09:09 +02:00 |
|
flip1995
|
08fd397c2c
|
Deprecate into_iter_on_array lint
This lint was uplifted/reimplemented by rustc.
Rustup to rust-lang/rust#66017
|
2019-11-07 14:04:29 +01:00 |
|
Manish Goregaokar
|
bbfb9a49e3
|
for_loop: Split test into fixable/unfixable, make needless_range_loop use updated range syntax
|
2019-09-21 10:01:06 +09:00 |
|