Skip to content

Commit e264ba7

Browse files
authored
Rollup merge of #34360 - dsprenkels:ops-doc, r=apasel422
Markdown formatting fix This pull request fixes some bad markdown formatting in the[ `std::ops::RangeTo` documentation](https://doc.rust-lang.org/std/ops/struct.RangeTo.html): ![screenshot from 2016-06-19 14 29 21](https://cloud.githubusercontent.com/assets/439973/16177354/5439a9bc-362a-11e6-97e5-374fd0bcf5a2.png)
2 parents 3b1ec98 + 223cd21 commit e264ba7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libcore/ops.rs

Lines changed: 1 addition & 0 deletions
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)