Skip to content

Commit a8dddf2

Browse files
committed
fix doctest
1 parent bb075db commit a8dddf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

timeboost-utils/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ pub fn select_peer_hosts(
6868
///
6969
/// # Usage
7070
/// ```no_run
71+
/// use timeboost_utils::ResultIter;
72+
///
7173
/// fn use_result_iter<I, T, E>(iter: I) -> Result<(), E>
7274
/// where
7375
/// I: Iterator<Item = Result<T, E>>,

0 commit comments

Comments
 (0)