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

Move non_send_fields_in_send_ty to suspicious in Rust 1.58 #7756

Closed
xFrednet opened this issue Oct 3, 2021 · 1 comment · Fixed by #7874
Closed

Move non_send_fields_in_send_ty to suspicious in Rust 1.58 #7756

xFrednet opened this issue Oct 3, 2021 · 1 comment · Fixed by #7874
Assignees
Labels
A-category Area: Categorization of lints

Comments

@xFrednet
Copy link
Member

xFrednet commented Oct 3, 2021

Clippy #7709 introduced non_send_fields_in_send_ty. It was decided to first keep it in the nursery group and then elevate it to warn-by-default in the next version (Rust 1.58). The goal is to get some early feedback.

I'll assign myself to this issue to not lose track of it. Anyone else can still create an PR for this in the next version 🙃. I'm also interested in developing a better mechanism for cases like this, but that's a story for another time ^^

cc: @Qwaz

@xFrednet xFrednet added the A-category Area: Categorization of lints label Oct 3, 2021
@xFrednet
Copy link
Member Author

xFrednet commented Oct 3, 2021

@rustbot claim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-category Area: Categorization of lints
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant