Skip to content

Commit

Permalink
remove unnecessary macros inclusion in mock_wam.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthom committed Oct 24, 2023
1 parent 63cbeb9 commit f80dff8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/machine/mock_wam.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pub use crate::machine::machine_state::*;
pub use crate::machine::stack::*;
pub use crate::machine::streams::*;
pub use crate::machine::*;
pub use crate::macros::*;
pub use crate::parser::ast::*;
use crate::read::*;
pub use crate::types::*;
Expand Down

0 comments on commit f80dff8

Please sign in to comment.