mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 17:46:18 +08:00
8 lines
110 B
Rust
8 lines
110 B
Rust
mod doc;
|
|
|
|
#[cfg(feature = "fuzz")]
|
|
pub mod doc_operation;
|
|
|
|
#[cfg(feature = "fuzz")]
|
|
pub use doc_operation::*;
|