We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
array-init-cursor
Drop
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
array-init-cursor in version 0.2.0 and below is unsound when used with types that implement Drop
0.2.0
The Drop implementation will get run twice when using the cursor.
This issue does not affect you, if you are using only using the crate with types that are Copy such as u8.
Copy
u8
This issue also does not affect you, if you are only depending on it through the crate planus.
planus
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
28b8626
No branches or pull requests
array-init-cursor
0.2.0
The
Drop
implementation will get run twice when using the cursor.This issue does not affect you, if you are using only using the crate with
types that are
Copy
such asu8
.This issue also does not affect you, if you are only depending on it through
the crate
planus
.See advisory page for additional details.
The text was updated successfully, but these errors were encountered: