Skip to content

Commit 140c506

Browse files
committed
Fix unrelated doc test.
1 parent 03c8a13 commit 140c506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/schema/document/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@
9090
//! Some((*field, value))
9191
//! }
9292
//! }
93+
//!
94+
//! # let my_custom_document = MyCustomDocument { fields: BTreeMap::new() };
9395
//! ```
9496
//!
9597
//! You may have noticed in this example that we haven't needed to implement any custom value types,

0 commit comments

Comments
 (0)