Skip to content

Commit 66e00f7

Browse files
authored
Merge pull request #1786 from ehuss/fix-ops-links
Fix std::ops links in range-expr
2 parents e8c651f + ff2b000 commit 66e00f7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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)