We can rework these assertions such that they are still very human-readable and remove the clippy allow:
#1561 (comment)
|
// allow: we want explicit assertions here to match the documented expected behavior. |
|
#[allow(clippy::nonminimal_bool)] |
|
fn transaction_priority_comparisons_should_be_consistent_nonce_diff() { |
┆Issue Number: ENG-875
We can rework these assertions such that they are still very human-readable and remove the clippy allow:
#1561 (comment)
astria/crates/astria-sequencer/src/mempool/transactions_container.rs
Lines 830 to 832 in 70046bd
┆Issue Number: ENG-875