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

fix: Arc can be an Rc #1769

Closed
wants to merge 1 commit into from
Closed

fix: Arc can be an Rc #1769

wants to merge 1 commit into from

Conversation

vmx
Copy link
Contributor

@vmx vmx commented Jan 3, 2025

In this case the value isn't shared across threads, hence it can be an Rc instead of an Arc.

This was found via a newly introduced Clippy warning.

In this case the value isn't shared across threads, hence it can be an
`Rc` instead of an `Arc`.
@cryptonemo
Copy link
Collaborator

Thanks! This fix in particular has been in testing for some time along with some other updates, but isn't ready quite yet. I'll get back to it this week though: #1767

@cryptonemo
Copy link
Collaborator

Closing for now in favor of #1770

@cryptonemo cryptonemo closed this Jan 7, 2025
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

Successfully merging this pull request may close these issues.

2 participants