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

Enable clippy::arc_with_non_send_sync lint for active branches #301

Open
4 tasks done
tatsuya6502 opened this issue Aug 10, 2023 · 0 comments
Open
4 tasks done

Enable clippy::arc_with_non_send_sync lint for active branches #301

tatsuya6502 opened this issue Aug 10, 2023 · 0 comments
Assignees

Comments

@tatsuya6502
Copy link
Member

tatsuya6502 commented Aug 10, 2023

The latest beta Clippy (in rustc 1.72.0-beta.6) has a fix for false positives on arc_with_non_send_sync lint:

rust-lang/rust-clippy#11076

Now we can remove the following line to enable the lint.

#[cfg_attr(beta_clippy, allow(clippy::arc_with_non_send_sync))]

Do it on the following branches:

@tatsuya6502 tatsuya6502 changed the title Enable clippy::arc_with_non_send_sync lint for v0.11.x, v0.10.x and v0.9.x branches Enable clippy::arc_with_non_send_sync lint for active branches Aug 26, 2023
@tatsuya6502 tatsuya6502 self-assigned this Oct 14, 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

No branches or pull requests

1 participant