averyquinnhq opened a new pull request, #10474: URL: https://github.com/apache/arrow-rs/pull/10474
## What changed - enable `clippy::allow_attributes` for `arrow-buffer` - replace active Clippy `#[allow(...)]` attributes with `#[expect(...)]` - remove two obsolete allowances that no longer suppress an active lint This keeps the migration limited to one crate, as requested in #10458. ## Verification - `cargo fmt --all -- --check` - `cargo clippy -p arrow-buffer --all-targets --all-features -- -D warnings` - `cargo test -p arrow-buffer --all-features` — 346 unit tests and 54 doctests passed - `git diff --check` AI-assisted contribution by Avery Quinn. I reviewed the diff and ran the commands above locally. -- 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]
