Rich-T-kid commented on code in PR #10935: URL: https://github.com/apache/arrow-rs/pull/10935#discussion_r3905057531
########## Cargo.toml: ########## @@ -224,7 +224,6 @@ cast_lossless = "allow" # ~640 violations in ~100 files cast_possible_truncation = "allow" # ~890 violations in ~190 files cast_possible_wrap = "allow" # ~570 violations in ~120 files cast_precision_loss = "allow" # ~130 violations in ~33 files -cast_ptr_alignment = "allow" # ~3 violations in ~3 files Review Comment: Im not sure about this lint. we just added `expect()` blocks for each site instead of changing anything. I don't see much difference between the current state of this commit and the current saftey comments that already exist -- 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]
