rust/clippy_lints/src/loops
tabokie ac7a91ea16 use slice match more often
Signed-off-by: tabokie <xy.tao@outlook.com>
2022-08-02 18:12:31 +08:00
..
empty_loop.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
explicit_counter_loop.rs declare span variable before call 2022-07-12 11:28:15 +09:00
explicit_into_iter_loop.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
explicit_iter_loop.rs remove TyS::same_type 2022-02-01 11:21:26 +01:00
for_kv_map.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
for_loops_over_fallibles.rs Merge commit 'd7b5cbf065' into clippyup 2022-06-16 17:39:06 +02:00
iter_next_loop.rs fix(clippy): update loop lints to use arg.span 2021-09-06 23:30:04 -07:00
manual_find.rs Fix typos 2022-07-13 14:48:32 +00:00
manual_flatten.rs fix for manual_flatten help texts order 2022-07-13 09:33:17 +02:00
manual_memcpy.rs use slice match more often 2022-08-02 18:12:31 +08:00
missing_spin_loop.rs Merge commit 'dc5423ad44' into clippyup 2022-03-14 12:02:53 +01:00
mod.rs Merge commit '0cb0f76368' into clippyup 2022-06-30 10:50:09 +02:00
mut_range_bound.rs Factor out hir::Node::Binding 2022-07-01 10:04:19 -05:00
needless_collect.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
needless_range_loop.rs use slice match more often 2022-08-02 18:12:31 +08:00
never_loop.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
same_item_push.rs Factor out hir::Node::Binding 2022-07-01 10:04:19 -05:00
single_element_loop.rs Merge commit '984330a6ee' into clippyup 2022-04-08 10:06:10 +01:00
utils.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
while_immutable_condition.rs Remember mutability in DefKind::Static. 2022-03-29 18:50:52 +02:00
while_let_loop.rs move else block into the Local struct 2022-07-11 23:20:37 +02:00
while_let_on_iterator.rs Merge remote-tracking branch 'upstream/master' into rustup 2022-07-15 09:49:15 +02:00