refactor(clippy): apply semicolon_if_nothing_returned clippy lint #851
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Apply semicolon_if_nothing_returned clippy lint from the pedantic group.
Motivation and Context
Some of the checks from pedantic group are very useful to apply into the project. I will select the useful ones, and apply each to own MR, for maintainer to easy see the changes and easier decided which he want to apply and which not.
I think it's useful to apply them every once in a while, but not to use them by default.
I use the
refactor(clippy)
format for my commits, which is omitted from the changelog report.I also apply those changes to get more familiar with the project and later I will take some of the open issues.
How Has This Been Tested?
I ran the specific lint checks and solved the problem until the linter no longer told me any issue.
Command:
The cargo build and test passed successfully. Standard usage of linter and formatter also passed.
Types of Changes
Checklist: