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
/
matches
History
Jason Newcomb
949712c90a
Reborrow mutable references in
explicit_iter_loop
2023-06-09 21:40:03 -04:00
..
collapsible_match.rs
…
infallible_destructuring_match.rs
…
manual_filter.rs
…
manual_map.rs
…
manual_unwrap_or.rs
…
manual_utils.rs
…
match_as_ref.rs
…
match_bool.rs
…
match_like_matches.rs
…
match_on_vec_items.rs
…
match_ref_pats.rs
…
match_same_arms.rs
…
match_single_binding.rs
…
match_str_case_mismatch.rs
…
match_wild_enum.rs
…
match_wild_err_arm.rs
Reborrow mutable references in
explicit_iter_loop
2023-06-09 21:40:03 -04:00
mod.rs
Add lint to check lint formulation messages
2023-06-03 00:00:30 +05:30
needless_match.rs
…
overlapping_arms.rs
…
redundant_pattern_match.rs
redundant pattern matches! result
2023-05-26 15:38:38 +02:00
rest_pat_in_fully_bound_struct.rs
…
significant_drop_in_scrutinee.rs
Reborrow mutable references in
explicit_iter_loop
2023-06-09 21:40:03 -04:00
single_match.rs
…
try_err.rs
Reborrow mutable references in
explicit_iter_loop
2023-06-09 21:40:03 -04:00
wild_in_or_pats.rs
…