mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 10:36:22 +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::*;
|