You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit addresses the following lints:
* `from_over_into`
* `from_over_into`
* `empty_loop`
* `inconsistent_digit_grouping`
* `into_iter_on_ref`
* `iter_nth_zero`
* `iter_skip_next`
* `len_without_is_empty`
* `len_zero`
* `let_and_return`
* `manual_range_contains`
* `let_and_return`
* `map_clone`
* `manual_range_contains`
* `match_like_matches_macro`
* `len_zero`
* `match_ref_pats`
* `mem_replace_with_default`
* `match_like_matches_macro`
* `needless_borrow`
* For `missing_safety_doc` and `empty_loop`, we have opened
tracking issues for those (#808 and #810), as they will
require additional more involved changes.
This commit addresses the following lints:
* `from_over_into`
* `from_over_into`
* `empty_loop`
* `inconsistent_digit_grouping`
* `into_iter_on_ref`
* `iter_nth_zero`
* `iter_skip_next`
* `len_without_is_empty`
* `len_zero`
* `let_and_return`
* `manual_range_contains`
* `let_and_return`
* `map_clone`
* `manual_range_contains`
* `match_like_matches_macro`
* `len_zero`
* `match_ref_pats`
* `mem_replace_with_default`
* `match_like_matches_macro`
* `needless_borrow`
* For `missing_safety_doc` and `empty_loop`, we have opened
tracking issues for those (#808 and #810), as they will
require additional more involved changes. a5bba8a
After #806 is merged, search for:
throughout the entire codebase. And put the safety documentation in the
# Safety
section. @kevinaboosThe text was updated successfully, but these errors were encountered: