Skip to content

Commit 223cd21

Browse files
committed
doc: std::ops md formatting fix
1 parent 3313e50 commit 223cd21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/ops.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1608,6 +1608,7 @@ impl<Idx: PartialOrd<Idx>> RangeFrom<Idx> {
16081608
/// See the [`contains()`](#method.contains) method for its characterization.
16091609
///
16101610
/// It cannot serve as an iterator because it doesn't have a starting point.
1611+
///
16111612
/// ```
16121613
/// fn main() {
16131614
/// assert_eq!((..5), std::ops::RangeTo{ end: 5 });

0 commit comments

Comments
 (0)