We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 203751f commit 71a26d5Copy full SHA for 71a26d5
src/schema/document/mod.rs
@@ -80,6 +80,7 @@
80
//! }
81
//!
82
//! /// Our custom iterator just helps us to avoid some messy generics.
83
+//! #[allow(dead_code)]
84
//! pub struct MyCustomIter<'a>(btree_map::Iter<'a, Field, serde_json::Value>);
85
//! impl<'a> Iterator for MyCustomIter<'a> {
86
//! // Here we can see our field-value pairs being produced by the iterator.
0 commit comments