rluvaton opened a new pull request, #10115:
URL: https://github.com/apache/arrow-rs/pull/10115
# Which issue does this PR close?
N/A
# Rationale for this change
although `Bytes` and some of its functions are marked as `pub` it is never
exposed outside the crate.
updated this so reading the code will be less confusing
# What changes are included in this PR?
changed `pub` to `pub(crate)` in `Bytes` impl
# Are these changes tested?
existing tests
# Are there any user-facing changes?
no since it was never exposed anyway
--
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]