diff --git a/sdk/instruction/src/account_meta.rs b/sdk/instruction/src/account_meta.rs index 7f9f9a3dbc2974..67313c1b66f0e1 100644 --- a/sdk/instruction/src/account_meta.rs +++ b/sdk/instruction/src/account_meta.rs @@ -14,6 +14,8 @@ use solana_pubkey::Pubkey; /// default [`AccountMeta::new`] constructor creates writable accounts, this is /// a minor hazard: use [`AccountMeta::new_readonly`] to specify that an account /// is not writable. +/// +/// [`Instruction`]: crate::Instruction #[repr(C)] #[cfg_attr( feature = "serde",