removed unused uses

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-20 18:17:17 -05:00
parent 190663c429
commit 55d8f450c6

View File

@ -1,3 +1,6 @@
use crate::instructions::common::{int_dup, int_yank};
use crate::push::state::PushState;
#[macro_use]
pub mod macros {
/// Runs a function and ensures the necessary variables are extracted from a state without error