Forgotten cargo fmt

pull/3/head
itycodes 2 weeks ago
parent 828d0aa567
commit 27d0e02b86

@ -7,7 +7,7 @@ use crate::parser::{Ast, Localised, Location};
pub mod backend; pub mod backend;
mod meta_compile; mod meta_compile;
use std::fmt; use std::{fmt, ops::Add, ptr};
#[cfg(test)] #[cfg(test)]
mod tests; mod tests;
@ -240,3 +240,4 @@ pub fn meta_compile(ast: Ast) -> Result<Module, CompilerError> {
} }
Ok(module) Ok(module)
} }

@ -291,3 +291,4 @@ fn expected_type() {
panic!() panic!()
}; };
} }

Loading…
Cancel
Save