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

chore: fix a giant pile of annoying clippy lints #1486

Merged
merged 1 commit into from
Aug 1, 2021
Merged

Conversation

hawkw
Copy link
Member

@hawkw hawkw commented Aug 1, 2021

Clippy added a new lint detecting unnecessary borrows in expressions
where the borrowed thing is already a reference...which is nice, and
all, but the downside is that now we have to fix this.

This PR fixes it.

Clippy added a new lint detecting unnecessary borrows in expressions
where the borrowed thing is already a reference...which is nice, and
all, but the downside is that now we have to fix this.

This PR fixes it.
@hawkw hawkw requested a review from davidbarsky August 1, 2021 01:28
@hawkw hawkw requested review from carllerche, jtescher, yaahc and a team as code owners August 1, 2021 01:28
@hawkw hawkw merged commit e0db056 into master Aug 1, 2021
@hawkw hawkw deleted the eliza/cloppy branch August 1, 2021 14:16
hawkw added a commit that referenced this pull request Aug 17, 2021
Clippy added a new lint detecting unnecessary borrows in expressions
where the borrowed thing is already a reference...which is nice, and
all, but the downside is that now we have to fix this.

This PR fixes it.
hawkw added a commit that referenced this pull request Aug 17, 2021
Clippy added a new lint detecting unnecessary borrows in expressions
where the borrowed thing is already a reference...which is nice, and
all, but the downside is that now we have to fix this.

This PR fixes it.
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.

1 participant