Add script for running nightly rustfmt on all workspaces (#23244)
* Add script for running nightly rustfmt on all workspaces * invalidate ci cache
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
use solana_program::{
|
||||
account_info::AccountInfo, entrypoint, entrypoint::ProgramResult, msg, program::invoke,
|
||||
account_info::AccountInfo, entrypoint::ProgramResult, msg, program::invoke,
|
||||
program_error::ProgramError, pubkey::Pubkey, system_instruction,
|
||||
};
|
||||
|
||||
@ -116,7 +116,7 @@ fn check_preconditions(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
entrypoint!(process_instruction);
|
||||
solana_program::entrypoint!(process_instruction);
|
||||
fn process_instruction(
|
||||
program_id: &Pubkey,
|
||||
accounts: &[AccountInfo],
|
||||
|
Reference in New Issue
Block a user