Skip to content

Commit

Permalink
clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilyjjo committed Sep 30, 2024
1 parent 503e2e0 commit 6a8a937
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/astria-composer/src/executor/bundle_factory/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ impl SizedBundle {
/// Constructs an [`UnsignedTransaction`] from the actions contained in the bundle and `params`.
// Method is expected to never panic because only `SequenceActions` are added to the bundle,
// which should produce a valid variant of the `ActionGroup` type.
#[allow(unfulfilled_lint_expectations)]
#[expect(
clippy::panic,
reason = "method is expected to never panic because only `SequenceActions` are added to \
Expand Down

0 comments on commit 6a8a937

Please sign in to comment.