remove from here too
This commit is contained in:
parent
f3ff9fd684
commit
a74ae22110
@ -1,5 +1,5 @@
|
|||||||
use rush::push::state::EMPTY_STATE;
|
use rush::push::state::EMPTY_STATE;
|
||||||
use rush_macro::{instruction_list, run_instruction};
|
use rush_macro::run_instruction;
|
||||||
|
|
||||||
fn iadd(x: i128, y: i128) -> Option<i128> {
|
fn iadd(x: i128, y: i128) -> Option<i128> {
|
||||||
Some(x + y)
|
Some(x + y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user