Finished moving tests into lib test.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
This commit is contained in:
@@ -10,7 +10,7 @@ mod show;
|
||||
mod update;
|
||||
mod user;
|
||||
|
||||
pub use crate::document::{DocDef, Field, FieldType, IndexType, Record, Records};
|
||||
pub use crate::document::{DocDef, DocFuncType, Field, FieldType, IndexType, Record, Records};
|
||||
pub use action_type::Action;
|
||||
pub use addition::Addition;
|
||||
pub use calculation::{CalcValue, Calculation, Operand};
|
||||
|
||||
@@ -9,7 +9,7 @@ use record::{InternalRecord, InternalRecords, Oid};
|
||||
|
||||
pub use clock::Clock;
|
||||
pub use create::{CreateDoc, IndexType};
|
||||
pub use definition::DocDef;
|
||||
pub use definition::{DocDef, DocFuncType};
|
||||
pub use field::{Field, FieldType};
|
||||
pub use record::{Record, Records};
|
||||
pub use session::Session;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user