Skip to content

Commit 7e58131

Browse files
stegaBOBfebo
andauthored
Update sdk/pinocchio/src/sysvars/instructions.rs
Co-authored-by: Fernando Otero <[email protected]>
1 parent 0abc725 commit 7e58131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/pinocchio/src/sysvars/instructions.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ impl<'a> TryFrom<&'a AccountInfo> for Instructions<Ref<'a, [u8]>> {
126126
}
127127

128128
#[repr(C)]
129-
#[derive(Clone, PartialEq, Eq, Debug)]
129+
#[derive(Clone, Debug, Eq, PartialEq)]
130130
pub struct IntrospectedInstruction<'a> {
131131
pub raw: *const u8,
132132
pub marker: PhantomData<&'a [u8]>,

0 commit comments

Comments
 (0)