From 3fc84a5245521a6828616bd9b81ba1ffbe02b11f Mon Sep 17 00:00:00 2001 From: Kevin Heavey Date: Thu, 10 Oct 2024 12:12:45 +0400 Subject: [PATCH] fix a link in the solana-instruction docs (#3122) * fix a link in the solana-instruction docs * trailing whitespace --- sdk/instruction/src/account_meta.rs | 2 ++ 1 file changed, 2 insertions(+) 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",