Squash some warnings

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2020-05-19 15:29:20 -04:00
parent 8dc89f7153
commit 98f455e6fa
4 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
use crate::{
compile::Ctx,
obj::Sym,
syn::{ast, span::*},
syn::span::*,
};
pub type Body = Vec<Stmt>;