Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 632cd99

Browse files
authored
CI: Fix clippy for confidential mint/burn (#7424)
#### Problem The PR for the upgrade for v2.1 and confidential mint/burn went in at the same time, but there were some improper doc comments in the confidential mint/burn, which breaks the new clippy version used with v2.1. #### Summary of changes Update the doc comments to unbreak master.
1 parent 8e0ed0a commit 632cd99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

token/program-2022/src/extension/confidential_mint_burn/instruction.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub enum ConfidentialMintBurnInstruction {
7777
/// `CiphertextCiphertextEquality` is pre-verified into a context state
7878
/// account.
7979
/// 2. `[]` The multisig authority account owner.
80-
/// 3.. `[signer]` Required M signer accounts for the SPL Token Multisig
80+
/// 3. ..`[signer]` Required M signer accounts for the SPL Token Multisig
8181
///
8282
/// Data expected by this instruction:
8383
/// `RotateSupplyElGamalPubkeyData`
@@ -93,7 +93,7 @@ pub enum ConfidentialMintBurnInstruction {
9393
/// * Multisignature authority
9494
/// 0. `[writable]` The SPL Token mint.
9595
/// 1. `[]` The multisig authority account owner.
96-
/// 2.. `[signer]` Required M signer accounts for the SPL Token Multisig
96+
/// 2. ..`[signer]` Required M signer accounts for the SPL Token Multisig
9797
///
9898
/// Data expected by this instruction:
9999
/// `UpdateDecryptableSupplyData`
@@ -133,7 +133,7 @@ pub enum ConfidentialMintBurnInstruction {
133133
/// 5. `[]` (Optional) The context state account containing the
134134
/// pre-verified `VerifyBatchedRangeProofU128`
135135
/// 6. `[]` The multisig account owner.
136-
/// 7.. `[signer]` Required M signer accounts for the SPL Token Multisig
136+
/// 7. ..`[signer]` Required M signer accounts for the SPL Token Multisig
137137
///
138138
/// Data expected by this instruction:
139139
/// `MintInstructionData`
@@ -173,7 +173,7 @@ pub enum ConfidentialMintBurnInstruction {
173173
/// 5. `[]` (Optional) The context state account containing the
174174
/// pre-verified `VerifyBatchedRangeProofU128`
175175
/// 6. `[]` The multisig account owner.
176-
/// 7.. `[signer]` Required M signer accounts for the SPL Token Multisig
176+
/// 7. ..`[signer]` Required M signer accounts for the SPL Token Multisig
177177
///
178178
/// Data expected by this instruction:
179179
/// `BurnInstructionData`

0 commit comments

Comments
 (0)