-
Notifications
You must be signed in to change notification settings - Fork 679
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Apply Clippy vec_init_then_push
, map_clone
, map_entry
, and iter_*
lints
#5656
chore: Apply Clippy vec_init_then_push
, map_clone
, map_entry
, and iter_*
lints
#5656
Conversation
vec_init_then_push
and iter_*
lintsvec_init_then_push
, map_clone
, and iter_*
lints
vec_init_then_push
, map_clone
, and iter_*
lintsvec_init_then_push
, map_clone
, map_entry
, and iter_*
lints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NOICE :D
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description
Apply Clippy
vec_init_then_push
anditer_*
lints. Specifically:vec_init_then_push
map_clone
map_entry
iter_kv_map
iter_with_drain
(also applied in chore: Apply Clippy lintiter_with_drain
#5641, but not to test code)