Minor cleanup

pull/2/head
Mark 2023-06-13 20:15:20 -07:00
parent 8b1d0a23b0
commit 078fc12c5e
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -1,10 +1,10 @@
mod operator;
mod function;
mod constant;
mod evaluate;
pub use self::evaluate::evaluate;
#[derive(Debug)]
pub enum EvalError {
BadMath,
TooBig,