More nightly clippy fixes (#18081)

(cherry picked from commit 1b7f6d2bc0)

Co-authored-by: Michael Vines <mvines@gmail.com>
This commit is contained in:
mergify[bot]
2021-06-21 21:55:42 +00:00
committed by GitHub
parent d52569d66f
commit b711778d4a
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())
}