Skip to content

Commit 71a26d5

Browse files
authored
Fix CI with rust 1.90 (#2696)
* Empty commit * Fix dead code lint error
1 parent 203751f commit 71a26d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema/document/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
//! }
8181
//!
8282
//! /// Our custom iterator just helps us to avoid some messy generics.
83+
//! #[allow(dead_code)]
8384
//! pub struct MyCustomIter<'a>(btree_map::Iter<'a, Field, serde_json::Value>);
8485
//! impl<'a> Iterator for MyCustomIter<'a> {
8586
//! // Here we can see our field-value pairs being produced by the iterator.

0 commit comments

Comments
 (0)