Atishay Jain

Results 4 comments of Atishay Jain

I'd like to work on this issue. I’m setting up the environment and reproducing the Rust build failure locally. The error seems to be coming from the use of `is_multiple_of()`,...

Thanks for the context, that makes sense. Given that `is_multiple_of()` was introduced specifically to satisfy Clippy on Rust 1.90, reverting to the old `% 2 == 0` logic would indeed...

cool, thanks for running those checks, that clarifies things.! Given that the build script explicitly checks for MSRV(1.54.0), it makes sense to maintain compatibility with 1.54 rather than rely on...