Update module re-exporting

This commit is contained in:
Dominic Grimm 2022-09-10 15:00:09 +02:00
parent 655a67fe38
commit 9a3caf201d
No known key found for this signature in database
GPG Key ID: A6C051C716D2CE65
1 changed files with 1 additions and 1 deletions

View File

@ -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> {