You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/02/13 15:11:07 UTC

[GitHub] [arrow-rs] gsserge edited a comment on pull request #1305: Enable clippy::float_equality_without_abs lint

gsserge edited a comment on pull request #1305:
URL: https://github.com/apache/arrow-rs/pull/1305#issuecomment-1038183808


   It's also possible to allow only in the tests 
   
   ```rust
   #![cfg_attr(test, allow(clippy::float_equality_without_abs))]
   ```
   
   but I'm actually curious how would you do the check without epsilon.


-- 
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-unsubscribe@arrow.apache.org

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