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:
@ -2,8 +2,10 @@
|
||||
|
||||
#[macro_use]
|
||||
extern crate alloc;
|
||||
use solana_program::{custom_panic_default, entrypoint::SUCCESS, log::sol_log_64, msg};
|
||||
use std::{alloc::Layout, mem};
|
||||
use {
|
||||
solana_program::{custom_panic_default, entrypoint::SUCCESS, log::sol_log_64, msg},
|
||||
std::{alloc::Layout, mem},
|
||||
};
|
||||
|
||||
#[no_mangle]
|
||||
pub extern "C" fn entrypoint(_input: *mut u8) -> u64 {
|
||||
|
Reference in New Issue
Block a user