mirror of
https://github.com/logos-blockchain/lssa.git
synced 2026-04-09 12:43:07 +00:00
fix: format expect attribute
This commit is contained in:
parent
eefaf64b6d
commit
324593c4c7
@ -491,7 +491,10 @@ pub mod tests {
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
#[expect(clippy::large_enum_variant, reason = "test-only mirror of guest enum, boxing unnecessary")]
|
||||
#[expect(
|
||||
clippy::large_enum_variant,
|
||||
reason = "test-only mirror of guest enum, boxing unnecessary"
|
||||
)]
|
||||
enum FlashSwapInstruction {
|
||||
Initiate {
|
||||
token_program_id: ProgramId,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user