chore: fix some stuff after rebase

This commit is contained in:
rvcas
2022-11-08 17:47:18 -05:00
committed by Lucas
parent 6c6aefd1c4
commit 3787cce275
8 changed files with 41 additions and 44 deletions

View File

@@ -3,8 +3,7 @@ use pretty_assertions::assert_eq;
use crate::{
ast::{self, DataType, Function, Span, TypeAlias, Use},
expr, lexer,
parser::module_parser,
expr, parser,
};
#[test]