Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Commit

Permalink
Add #[doc(hidden)] attribute to internal function
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque committed Aug 26, 2024
1 parent 52fc28e commit e302226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions associated-token-account/client/src/address.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pub fn get_associated_token_address_with_program_id(
}

/// For internal use only.
#[doc(hidden)]
pub fn get_associated_token_address_and_bump_seed_internal(
wallet_address: &Pubkey,
token_mint_address: &Pubkey,
Expand Down

0 comments on commit e302226

Please sign in to comment.