rust-clippy/tests
bors 871ad80bb0 Auto merge of #7690 - Jarcho:while_loop_by_ref, r=xFrednet
Change `while_let_on_iterator` suggestion to use `by_ref()`

It came up in the discussion #7659 that suggesting `iter.by_ref()` is a clearer suggestion than `&mut iter`. I personally think they're equivalent, but if `by_ref()` is clearer to people then that should be the suggestion.

changelog: Change `while_let_on_iterator` suggestion when using `&mut` to use `by_ref()`
2021-09-19 17:37:04 +00:00
..
cargo Use relative path for test builds 2021-09-08 14:07:03 -05:00
ui Auto merge of #7690 - Jarcho:while_loop_by_ref, r=xFrednet 2021-09-19 17:37:04 +00:00
ui-cargo Auto merge of #7543 - DevinR528:disallowed-mod, r=Manishearth 2021-08-25 15:20:28 +00:00
ui-internal Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup 2021-07-29 12:16:06 +02:00
ui-toml Downgrade many_single_char_names to pedantic 2021-09-14 09:59:06 -07:00
clippy.toml Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup 2021-06-03 08:41:37 +02:00
compile-test.rs Rename test_build_base to test 2021-09-08 14:07:03 -05:00
dogfood.rs Remove special dogfood target 2021-09-08 14:07:03 -05:00
fmt.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
integration.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
lint_message_convention.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
missing-test-files.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00
versioncheck.rs Deny warnings in test modules 2021-09-08 08:21:06 -05:00