mirror of
https://github.com/rm-dr/daisy
synced 2025-11-16 15:14:00 -08:00
Minor cleanup
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
mod operator;
|
||||
mod function;
|
||||
mod constant;
|
||||
mod evaluate;
|
||||
|
||||
pub use self::evaluate::evaluate;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum EvalError {
|
||||
BadMath,
|
||||
TooBig,
|
||||
|
||||
Reference in New Issue
Block a user