diff --git a/src/main.rs b/src/main.rs index a8b89b2..14ba866 100644 --- a/src/main.rs +++ b/src/main.rs @@ -176,8 +176,6 @@ mod tests { // Many of these have been borrowed from insect. use crate::parser; use crate::evaluate; - use crate::tokens; - use crate::quantity::Quantity; fn eval_to_str(s: &str) -> Result { let g = match parser::parse(&String::from(s)) {