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

Add missing semicolons #1546

Merged
merged 1 commit into from
Aug 24, 2024
Merged

Add missing semicolons #1546

merged 1 commit into from
Aug 24, 2024

Conversation

nyurik
Copy link
Contributor

@nyurik nyurik commented Aug 24, 2024

Automatically apply it with clippy:

 cargo clippy --fix --all-targets --workspace -- -A clippy::all -W clippy::semicolon-if-nothing-returned

This would close the biggest pedantic clippy complaint in #874

Automatically apply it with clippy:

```
 cargo clippy --fix --all-targets --workspace -- -A clippy::all -W clippy::semicolon-if-nothing-returned
```
@nyurik nyurik mentioned this pull request Aug 24, 2024
64 tasks
Copy link
Member

@Byron Byron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks a lot for picking this up!

I wonder if this check could be added to the standard lints then? These days configuration for Clippy can very well be placed in the top-level Cargo.toml, but I never got around to actually do it.

Any help in that regard is also very much appreciated.

@Byron Byron merged commit f992fb7 into GitoxideLabs:main Aug 24, 2024
18 checks passed
@nyurik nyurik deleted the semilocons branch August 24, 2024 06:47
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