#1319 introduces new code which cause a clippy warning for too many lines in SequencerBlock::try_from_block_info_and_data. A clippy exception was added, but this should be refactored and the exception removed.
Relevant code snippet:
|
#[allow(clippy::too_many_lines)] // Temporary fix, should refactor: TODO(https://github.com/astriaorg/astria/issues/1357) |
|
pub fn try_from_block_info_and_data( |
┆Issue Number: ENG-701
#1319 introduces new code which cause a clippy warning for too many lines in
SequencerBlock::try_from_block_info_and_data. A clippy exception was added, but this should be refactored and the exception removed.Relevant code snippet:
astria/crates/astria-core/src/sequencerblock/v1alpha1/block.rs
Lines 706 to 707 in 9f2e333
┆Issue Number: ENG-701