Address latest nightly clippy lints, but globally disable stable_sort_primitive
This commit is contained in:
@ -331,6 +331,7 @@ mod tests {
|
||||
);
|
||||
}
|
||||
|
||||
#[allow(clippy::same_item_push)]
|
||||
fn process_instruction(instruction: &Instruction) -> Result<(), InstructionError> {
|
||||
let mut accounts: Vec<_> = instruction
|
||||
.accounts
|
||||
|
Reference in New Issue
Block a user