diff --git a/henceforth/src/lib/compiler.rs b/henceforth/src/lib/compiler.rs index 2bb6273..3ed16d1 100644 --- a/henceforth/src/lib/compiler.rs +++ b/henceforth/src/lib/compiler.rs @@ -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 {