mirror of https://github.com/rm-dr/daisy
Cleanup
parent
24a07c1af0
commit
0bc1817e5b
|
@ -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)) {
|
||||
|
|
Loading…
Reference in New Issue