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 unnecessary unsafe in skipdb-core #14

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

parasyte
Copy link
Contributor

  • Adds a test that proves Values: Send without the unsafe trait impl.
  • Adds an extra constraint to functions that require Values<V>: Send.
  • Adds #![forbid(unsafe_code)] to skipdb-core.

- Adds a test that proves `Values: Send` without the unsafe trait impl.
- Adds an extra constraint to functions that require `Values<V>: Send`.
- Adds `#![forbid(unsafe_code)]` to skipdb-core.
@al8n al8n merged commit 3362606 into al8n:main Apr 29, 2024
4 of 11 checks passed
@al8n
Copy link
Owner

al8n commented Apr 29, 2024

Thanks!

@parasyte parasyte deleted the remove-unsafe/skipdb-core branch April 29, 2024 06:14
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.

None yet

2 participants