Skip to content

Commit ff2b000

Browse files
committed
Fix std::ops links in range-expr
Somehow I missed these in #1578. They should be using the automatic std-linking support so that they can be relative when necessary.
1 parent e8c651f commit ff2b000

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: src/expressions/range-expr.md

-7
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,3 @@ for i in 1..11 {
7272
```
7373

7474
[_Expression_]: ../expressions.md
75-
76-
[std::ops::Range]: https://doc.rust-lang.org/std/ops/struct.Range.html
77-
[std::ops::RangeFrom]: https://doc.rust-lang.org/std/ops/struct.RangeFrom.html
78-
[std::ops::RangeTo]: https://doc.rust-lang.org/std/ops/struct.RangeTo.html
79-
[std::ops::RangeFull]: https://doc.rust-lang.org/std/ops/struct.RangeFull.html
80-
[std::ops::RangeInclusive]: https://doc.rust-lang.org/std/ops/struct.RangeInclusive.html
81-
[std::ops::RangeToInclusive]: https://doc.rust-lang.org/std/ops/struct.RangeToInclusive.html

0 commit comments

Comments
 (0)