alamb opened a new pull request #1029: URL: https://github.com/apache/arrow-rs/pull/1029
# Which issue does this PR close? Closes https://github.com/apache/arrow-rs/issues/1027 # Rationale for this change Make the rust type annotations match the docstring about safety, and slightly decreasing the chance of misusing the apis in this crate # What changes are included in this PR? 1. Mark `MutableBuffer::typed_data_mut` unsafe 2. Annotate calls to `MutableBuffer::typed_data_mut` as unsafe and add justification # Are there any user-facing changes? See subject -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
