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: re-enable blocks_in_conditions lint #539

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

Mirko-von-Leipzig
Copy link
Contributor

Clippy issue rust-lang/rust-clippy#12281 was fixed in v1.81. We now have MSRV of 1.82 allowing us to remove our workaround.

More specifically, #[async_trait] was triggering this lint, and as of 1.81 no longer does.

I did grep the repo for blocks_in_conditions and can confirm we have no other instances of it.

Clippy issue rust-lang/rust-clippy#12281 was fixed
in v1.81. We now have MSRV of 1.82 allowing us to remove our workaround.

More specifically, #[async_trait] was triggering this lint, and as of 1.81 no
longer does.
Copy link
Contributor

@bobbinth bobbinth left a comment

Choose a reason for hiding this comment

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

Thank you! PRs that add 0 new lines are always nice :)

@bobbinth bobbinth merged commit 573f37b into next Nov 2, 2024
8 of 9 checks passed
@bobbinth bobbinth deleted the mirko-remove-lints branch November 2, 2024 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants