mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-05-09 17:49:42 +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)]
|
#[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 {
|
enum FlashSwapInstruction {
|
||||||
Initiate {
|
Initiate {
|
||||||
token_program_id: ProgramId,
|
token_program_id: ProgramId,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user