remove Mode from codegen root

This commit is contained in:
Jeong YunWon 2022-08-23 05:15:27 +09:00
parent 8d39d5362b
commit 4de373551e
2 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,4 @@
use crate::constant;
use crate::fold::Fold;
use crate::{constant, fold::Fold};
pub(crate) trait Foldable<T, U> {
type Mapped;

View file

@ -13,4 +13,4 @@ pub mod error;
pub mod ir;
pub mod symboltable;
pub use compile::{CompileOpts, Mode};
pub use compile::CompileOpts;