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

Commit e302226

Browse files
committed
Add #[doc(hidden)] attribute to internal function
1 parent 52fc28e commit e302226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

associated-token-account/client/src/address.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ pub fn get_associated_token_address_with_program_id(
5252
}
5353

5454
/// For internal use only.
55+
#[doc(hidden)]
5556
pub fn get_associated_token_address_and_bump_seed_internal(
5657
wallet_address: &Pubkey,
5758
token_mint_address: &Pubkey,

0 commit comments

Comments
 (0)