diff options
Diffstat (limited to 'src/math/expression_function.rs')
| -rw-r--r-- | src/math/expression_function.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/expression_function.rs b/src/math/expression_function.rs index b9a480f..9debdc4 100644 --- a/src/math/expression_function.rs +++ b/src/math/expression_function.rs @@ -9,7 +9,7 @@ use crate::math::{ function::{Function, FunctionArgument, EmptyFunction} }; -#[derive(Default)] +#[derive(Default, Clone)] pub struct ExpressionFunction { expr: Expression, name: String, |