More nightly clippy fixes

This commit is contained in:
Michael Vines
2021-06-18 14:06:14 -07:00
parent 4a12c715a3
commit 1b7f6d2bc0
5 changed files with 7 additions and 15 deletions

View File

@ -26,7 +26,7 @@ fn process_instruction(
data: instruction_data.to_owned(),
program_id: *to_call,
};
let _ = invoke(&instruction, &infos);
let _ = invoke(&instruction, infos);
Err(42.into())
}