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 readonly_write_lock to perf #12479

Merged
merged 1 commit into from
Mar 17, 2024
Merged

Conversation

y21
Copy link
Member

@y21 y21 commented Mar 13, 2024

There haven't been any issues since its creation and it's a pretty useful lint I think, so I'd say it's worth giving it a try?

Did a lintcheck run on 300 crates with no results, but I guess RwLock is usually not something that's used much in libraries.

changelog: move [readonly_write_lock] to perf (now warn-by-default)

@rustbot
Copy link
Collaborator

rustbot commented Mar 13, 2024

r? @Jarcho

rustbot has assigned @Jarcho.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Mar 13, 2024
@y21 y21 force-pushed the readonly_write_lock_perf branch from 02413ff to adcbb4a Compare March 13, 2024 20:07
@Jarcho
Copy link
Contributor

Jarcho commented Mar 17, 2024

Sounds reasonable. Implementation also looks conservative enough to not be a problem.

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 17, 2024

📌 Commit adcbb4a has been approved by Jarcho

It is now in the queue for this repository.

@bors
Copy link
Collaborator

bors commented Mar 17, 2024

⌛ Testing commit adcbb4a with merge 67fa36a...

@bors
Copy link
Collaborator

bors commented Mar 17, 2024

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: Jarcho
Pushing 67fa36a to master...

@bors bors merged commit 67fa36a into rust-lang:master Mar 17, 2024
5 checks passed
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.

None yet

4 participants