Commits

Neville Dipale authored 60011c08150
ARROW-12116: [Rust] Fix and ignore 1.51 clippy lints There's an acronym Rust lint that started failing after 1.51 was announced. The lint is in the `arrow::ffi` and `arrow::ipc::gen` modules, so I'm instead ignoring it and documenting this. Closes #9815 from nevi-me/1-51-lints Authored-by: Neville Dipale <nevilledips@gmail.com> Signed-off-by: Neville Dipale <nevilledips@gmail.com>