Skip to content

Commit

Permalink
macro: improve gygyene
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Nov 16, 2023
1 parent f7e71b5 commit 94b9d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
#[macro_export]
macro_rules! aluasm {
($( $tt:tt )+) => { { #[allow(unused_imports)] {
use std::boxed::Box;
use ::std::boxed::Box;

use ::aluvm::isa::{
ArithmeticOp, BitwiseOp, BytesOp, CmpOp, ControlFlowOp, DigestOp, ExtendFlag, FloatEqFlag, Instr, IntFlags,
Expand Down

0 comments on commit 94b9d93

Please sign in to comment.