1
Fork 0

doc: std::ops md formatting fix

This commit is contained in:
Daan Sprenkels 2016-06-19 14:23:30 +02:00
parent 3313e50594
commit 223cd21023

View file

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