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
nsunderland1
fe84ff3360
New lint: [
derive_partial_eq_without_eq
]
2022-05-09 22:13:39 -07: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_flatten.rs
…
manual_memcpy.rs
…
missing_spin_loop.rs
…
mod.rs
Replace
#[allow]
with
#[expect]
in Clippy
2022-05-07 17:39:21 +02:00
mut_range_bound.rs
…
needless_collect.rs
…
needless_range_loop.rs
Replace
#[allow]
with
#[expect]
in Clippy
2022-05-07 17:39:21 +02:00
never_loop.rs
Merge remote-tracking branch 'upstream/master' into rustup
2022-05-05 13:32:06 +01:00
same_item_push.rs
…
single_element_loop.rs
…
utils.rs
New lint: [
derive_partial_eq_without_eq
]
2022-05-09 22:13:39 -07:00
while_immutable_condition.rs
…
while_let_loop.rs
…
while_let_on_iterator.rs
Replace
#[allow]
with
#[expect]
in Clippy
2022-05-07 17:39:21 +02:00