Am idiot, forgot to update the files

Signed-off-by: teo3300 <matteo.rogora@live.it>
This commit is contained in:
teo3300
2023-12-21 19:42:56 +09:00
parent c6eeb225df
commit 1c40a971ac
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ mod mal_tests;
mod parse_tools;
mod printer;
mod reader;
mod step5_tco;
mod step4_if_fn_do;
mod types;
use core::ns_init;

View File

@ -1,6 +1,6 @@
use crate::env::Env;
use crate::reader::Reader;
use crate::step5_tco::rep;
use crate::step4_if_fn_do::rep;
use crate::types::{MalErr, MalRet, MalType::Nil};
use regex::Regex;
use std::fs::File;