rust/clippy_lints/src/loops
Samuel Tardieu 0791efaaac Use std_or_core to determine the correct prefix
Replace hand-crafted tests by the a call to the `std_or_core()` utility
function.
2024-09-24 19:09:40 +02:00
..
empty_loop.rs Merge commit '97a5daa659' into clippyup 2022-01-13 13:18:19 +01:00
explicit_counter_loop.rs Formatting 2024-09-22 20:52:15 +02:00
explicit_into_iter_loop.rs Merge commit '37f4c1725d' into clippyup 2023-07-02 14:59:02 +02:00
explicit_iter_loop.rs Merge commit '0f8eabd623' into clippyup 2024-08-24 18:33:44 -04:00
for_kv_map.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
infinite_loop.rs Formatting 2024-09-22 20:52:15 +02:00
iter_next_loop.rs deprecate clippy::for_loops_over_fallibles 2022-10-09 13:07:21 +00:00
manual_find.rs Formatting 2024-09-22 20:52:15 +02:00
manual_flatten.rs Formatting 2024-09-22 20:52:15 +02:00
manual_memcpy.rs Rename hir::StmtKind::Local into hir::StmtKind::Let 2024-03-14 12:42:04 +01:00
manual_while_let_some.rs Formatting 2024-09-22 20:52:15 +02:00
missing_spin_loop.rs Use std_or_core to determine the correct prefix 2024-09-24 19:09:40 +02:00
mod.rs Formatting 2024-09-22 20:52:15 +02:00
mut_range_bound.rs Merge commit '37f4fbb929' into clippy-subtree-update 2024-07-25 18:29:17 +02:00
needless_range_loop.rs Formatting 2024-09-22 20:52:15 +02:00
never_loop.rs Formatting 2024-09-22 20:52:15 +02:00
same_item_push.rs Formatting 2024-09-22 20:52:15 +02:00
single_element_loop.rs Formatting 2024-09-22 20:52:15 +02:00
unused_enumerate_index.rs Merge commit 'cb806113e0' into clippy-subtree-update 2024-08-08 19:13:50 +02:00
utils.rs Formatting 2024-09-22 20:52:15 +02:00
while_float.rs Merge commit '2efebd2f0c' into clippy-subtree-update 2024-05-21 10:39:30 -07:00
while_immutable_condition.rs Formatting 2024-09-22 20:52:15 +02:00
while_let_loop.rs Rename hir::Local into hir::LetStmt 2024-03-22 20:36:21 +01:00
while_let_on_iterator.rs Formatting 2024-09-22 20:52:15 +02:00