Hashim1999164 opened a new pull request, #10482:
URL: https://github.com/apache/arrow-rs/pull/10482

   ## Which issue does this PR close?
   
   Part of #10458.
   
   ## Rationale for this change
   
   Enable `clippy::allow_attributes` for `arrow-string` so future lint 
suppressions use expectations and stale suppressions are detectable. The two 
existing `large_enum_variant` allows are no longer needed with the current 
toolchain, so this removes them instead of converting them into unfulfilled 
expectations.
   
   ## What changes are included in this PR?
   
   - Deny `clippy::allow_attributes` in the `arrow-string` crate.
   - Remove two obsolete `large_enum_variant` suppressions.
   
   ## Are there any user-facing changes?
   
   No.
   
   ## How was this change tested?
   
   - `cargo +stable fmt --all -- --check`
   - `cargo clippy -p arrow-string --all-targets --all-features -- -D warnings`
   - `cargo test -p arrow-string --all-features`
   
   ## AI assistance
   
   AI assistance was used to identify the lint occurrences and draft the 
minimal edits. I reviewed the full diff and validated it with formatting, 
Clippy, and the crate's tests.
   
   Made with [Cursor](https://cursor.com)


-- 
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]

Reply via email to