alamb commented on issue #7381:
URL: https://github.com/apache/arrow-rs/issues/7381#issuecomment-2776139689

   Example errors
   
   ```
   error: manually reimplementing `div_ceil`
     --> arrow-buffer/src/bigint/div.rs:42:27
      |
   42 |     let numerator_words = (numerator_bits + 63) / 64;
      |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: consider 
using `.div_ceil()`: `numerator_bits.div_ceil(64)`
      |
      = help: for further information visit 
https://rust-lang.github.io/rust-clippy/master/index.html#manual_div_ceil
      = note: `-D clippy::manual-div-ceil` implied by `-D warnings`
      = help: to override `-D warnings` add `#[allow(clippy::manual_div_ceil)]`
   
   
   ```


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to