Moved Oid into document module.
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:
@@ -5,7 +5,7 @@ mod field;
|
||||
mod record;
|
||||
mod session;
|
||||
|
||||
use record::{InternalRecord, InternalRecords};
|
||||
use record::{InternalRecord, InternalRecords, Oid};
|
||||
|
||||
pub use clock::Clock;
|
||||
pub use create::CreateDoc;
|
||||
|
||||
Reference in New Issue
Block a user