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 unused parens #124

Closed
wants to merge 1 commit into from
Closed

Remove unused parens #124

wants to merge 1 commit into from

Conversation

brson
Copy link
Collaborator

@brson brson commented Aug 29, 2023

I realize it's probably a stylistic choice to put parens here, but new versions of the compiler have started complaining about unused parens, probably one of the lints promoted from clippy directly into rustc. These could also be annotated with #[allow(unused_parens)] if preferred.

Edit: maybe this is not a new lint.

@brson
Copy link
Collaborator Author

brson commented Sep 2, 2023

This is obsoleted by recent changes.

@brson brson closed this Sep 2, 2023
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.

None yet

1 participant