pull/2/head
Mark 2023-04-07 11:38:54 -07:00
parent 24a07c1af0
commit 0bc1817e5b
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 0 additions and 2 deletions

View File

@ -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<String, ()> {
let g = match parser::parse(&String::from(s)) {