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 use of &mut that didn't mutate #3622

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

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

The removal of mutable references that don't need to be mutable is to
address the coming clippy lint of
https://rust-lang.github.io/rust-clippy/master/index.html#/needless_pass_by_ref_mut

@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Oct 17, 2023

Base automatically changed from nick/test-modules-last to master October 17, 2023 21:53
The removal of mutable references that don't need to be mutable is to
address the coming clippy lint of
https://rust-lang.github.io/rust-clippy/master/index.html#/needless_pass_by_ref_mut
@nick-mobilecoin nick-mobilecoin merged commit f3e488e into master Oct 18, 2023
@nick-mobilecoin nick-mobilecoin deleted the nick/remove-unused-mut branch October 18, 2023 22:52
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