This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_lints
/
src
/
loops
History
Philipp Krones
318ed05920
Reduce code duplication
...
Only check for the kind of loop once instead of re-desugaring it.
2022-08-21 11:03:54 +02:00
..
empty_loop.rs
…
explicit_counter_loop.rs
…
explicit_into_iter_loop.rs
…
explicit_iter_loop.rs
…
for_kv_map.rs
…
for_loops_over_fallibles.rs
…
iter_next_loop.rs
…
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
…
mod.rs
…
mut_range_bound.rs
…
needless_collect.rs
Reduce code duplication
2022-08-21 11:03:54 +02:00
needless_range_loop.rs
use slice match more often
2022-08-02 18:12:31 +08:00
never_loop.rs
…
same_item_push.rs
…
single_element_loop.rs
…
utils.rs
…
while_immutable_condition.rs
…
while_let_loop.rs
…
while_let_on_iterator.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-07-15 09:49:15 +02:00