Skip to content

Commit 62d3573

Browse files
committed
fix ignored doc test
1 parent 2d76886 commit 62d3573

File tree

1 file changed

+1
-1
lines changed
  • quic/s2n-quic-transport/src/interval_set

1 file changed

+1
-1
lines changed

quic/s2n-quic-transport/src/interval_set/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl<T> IntervalSet<T> {
235235
/// Removes the lowest `Interval` in the set, if any
236236
///
237237
/// # Examples
238-
/// ignore```
238+
/// ```ignore
239239
/// # use s2n_quic_transport::interval_set::IntervalSet;
240240
/// let mut set = IntervalSet::new();
241241
/// assert_eq!(set.pop_min(), None);

0 commit comments

Comments
 (0)