avantgardnerio commented on code in PR #3207:
URL: https://github.com/apache/arrow-rs/pull/3207#discussion_r1042676602
##########
arrow-select/src/take.rs:
##########
@@ -52,10 +52,6 @@ use num::{ToPrimitive, Zero};
/// * An index cannot be casted to `usize` (typically 32 bit architectures)
/// * An index is out of bounds and `options` is set to check bounds.
///
-/// # Safety
Review Comment:
Clippy said it wasn't unsafe, so don't doc the safety section.
--
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]