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

make clippy a bit happier #1588

Merged
merged 1 commit into from
Aug 18, 2021
Merged

make clippy a bit happier #1588

merged 1 commit into from
Aug 18, 2021

Conversation

savente93
Copy link
Contributor

Resolve Clippy warnings throughout the repo. No actual functionality is changed. I do think it is nice and slightly cleaner in a few instances. I just think it is a bit neater to conform to the standard linter. Hope this will be an easy merge.

Sanity check:

  • [x ] Have you checked to ensure there aren't other open Pull Requests for the same update/change?

Code changes

This is a very insubstantial change, and for the vast majority consists of removing unnecessary borrows or using lazy versions of functions that call closures (e.g. unwrap_or_else vs or).

  • [x ] Are you doing the PR on the next branch?

@Keats Keats merged commit 56dcfec into getzola:next Aug 18, 2021
@Keats
Copy link
Collaborator

Keats commented Aug 18, 2021

Thanks a lot!

@savente93 savente93 deleted the clippy branch August 18, 2021 08:49
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