Skip to content
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

Remove uneeded use of into_iter() #3623

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Oct 17, 2023

Some other minor clippy changes

  • use slices for temporary locals instead of vec![].
  • use let _ instead of drop() on copy types.
  • Be explicit when creating a slice of type Range

@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Oct 17, 2023

Base automatically changed from nick/remove-unused-mut to master October 18, 2023 22:52
Some other minor clippy changes
- use slices for temporary locals instead of vec![].
- use `let _` instead of drop() on copy types.
- Be explicit when creating a slice of type Range
@nick-mobilecoin nick-mobilecoin enabled auto-merge (squash) October 18, 2023 22:57
@nick-mobilecoin nick-mobilecoin merged commit 569d2a6 into master Oct 18, 2023
20 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/idomatic-iterators branch October 18, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants