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

Downgrade mutex_atomic to nursery #8260

Merged
merged 1 commit into from
Jan 11, 2022
Merged

Conversation

taiki-e
Copy link
Member

@taiki-e taiki-e commented Jan 10, 2022

See #1516 and #4295.

There are suggestions about removing this lint from the default warned lints in both issues.
Also, mutex_integer lint that has the same problems as this lint is in nursery group.

changelog: Moved [mutex_atomic] to nursery

@rust-highfive
Copy link

r? @llogiq

(rust-highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jan 10, 2022
@llogiq
Copy link
Contributor

llogiq commented Jan 11, 2022

@bors r+

@bors
Copy link
Contributor

bors commented Jan 11, 2022

📌 Commit cf86cee has been approved by llogiq

@bors
Copy link
Contributor

bors commented Jan 11, 2022

⌛ Testing commit cf86cee with merge fccf07b...

@bors
Copy link
Contributor

bors commented Jan 11, 2022

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: llogiq
Pushing fccf07b to master...

@bors bors merged commit fccf07b into rust-lang:master Jan 11, 2022
@taiki-e taiki-e deleted the mutex_atomic branch January 11, 2022 08:27
@bors bors mentioned this pull request Jan 11, 2022
bors bot added a commit to crossbeam-rs/crossbeam that referenced this pull request Jul 29, 2022
892: Remove unnecessary allowed lints r=taiki-e a=taiki-e

clippy::mutex_atomic has been moved to the allowed by default group in Rust 1.60 (rust-lang/rust-clippy#8260).
clippy::question_mark bug has been fixed in Rust 1.59 (rust-lang/rust-clippy#8080).

Co-authored-by: Taiki Endo <te316e89@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants