move standard derives to beginning

This commit is contained in:
Sergio Chouhy 2026-03-26 15:27:37 -03:00
parent 57b83f4e1a
commit 25a86d4bac

View File

@ -155,7 +155,7 @@ impl AccountPostState {
pub type BlockId = u64;
#[derive(Serialize, Deserialize, Clone, Copy)]
#[derive(Clone, Copy, Serialize, Deserialize)]
#[cfg_attr(
any(feature = "host", test),
derive(Debug, PartialEq, Eq, BorshSerialize, BorshDeserialize)