Update module re-exporting
This commit is contained in:
parent
655a67fe38
commit
9a3caf201d
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use std::collections::HashMap;
|
|||
|
||||
use crate::parser;
|
||||
|
||||
pub mod instruction;
|
||||
mod instruction;
|
||||
pub use crate::compiler::instruction::Instruction;
|
||||
|
||||
pub trait Compilable<T, U> {
|
||||
|
|
Loading…
Reference in a new issue