Skip to content

Commit

Permalink
Pacify clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 8, 2024
1 parent 73b8cf6 commit eddd2bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fn process_type_0_txn() -> Result<()> {
#[test]
fn process_type_0_txn_invalid_sig() -> Result<()> {
let process_type_0_txn = KERNEL.global_labels["process_type_0_txn"];
let process_normalized_txn = KERNEL.global_labels["process_normalized_txn"];

let retaddr = 0xDEADBEEFu32.into();
let mut interpreter: Interpreter<F> = Interpreter::new(process_type_0_txn, vec![retaddr]);
Expand Down

0 comments on commit eddd2bc

Please sign in to comment.