Moved CalcValue into action.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 2s
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
action::{MsgAction, Query},
|
||||
action::{CalcValue, MsgAction, Query},
|
||||
document::field::{Field, FieldType},
|
||||
mtterror::MTTError,
|
||||
name::{NameType, Names},
|
||||
@@ -407,6 +407,7 @@ mod operands {
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
#[derive(Clone, Debug)]
|
||||
pub enum CalcValue {
|
||||
Calculate(Calculation),
|
||||
@@ -618,6 +619,7 @@ mod calcvalues {
|
||||
);
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct Calculation {
|
||||
|
||||
Reference in New Issue
Block a user