Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@fl0rek
Copy link
Member

@fl0rek fl0rek commented Sep 19, 2025

error: manual implementation of `.is_multiple_of()`
Error:    --> types/src/blob/commitment.rs:312:8
    |
312 |     if share_count % subtree_root_threshold != 0 {
    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace with: `!share_count.is_multiple_of(subtree_root_threshold)`
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_is_multiple_of
    = note: `-D clippy::manual-is-multiple-of` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(clippy::manual_is_multiple_of)]`

@fl0rek fl0rek requested review from oblique and zvolin September 19, 2025 12:45
@fl0rek fl0rek marked this pull request as ready for review September 19, 2025 13:14
@fl0rek fl0rek merged commit ba3ce16 into eigerco:main Sep 19, 2025
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants