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

remove useless unsafe impl {Send, Sync} #246

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

MaxVerevkin
Copy link
Contributor

These structs implement Send + Sync automatically.

@MaxVerevkin
Copy link
Contributor Author

Now there is no unsafe in the repo :)

@Lonami Lonami merged commit f5d167c into Lonami:master Jun 12, 2024
1 check passed
@MaxVerevkin MaxVerevkin deleted the remove-unsafe branch June 12, 2024 07:31
@Lonami
Copy link
Owner

Lonami commented Jun 12, 2024

I've gone ahead and further restricted the use of unsafe in all crates (b9a582a). Good call removing it.

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