Commit 7fc80b6
authored
Rollup merge of rust-lang#61926 - scottmcm:vec-vecdeque, r=Mark-Simulacrum
Fix hyperlinks in From impls between Vec and VecDeque
I'd been trying to link them, but apparently actually just added brackets: <https://doc.rust-lang.org/nightly/std/collections/struct.VecDeque.html#impl-From%3CVec%3CT%3E%3E>
~~This reverts commit 5168f5d.~~
~~(I'd previously tried to make relative links, but those failed linkcheck because the types are exported at different levels. So just skip the links -- they're already linked in the function signature anyway.)~~
This makes the links now work.1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2721 | 2721 | | |
2722 | 2722 | | |
2723 | 2723 | | |
| 2724 | + | |
| 2725 | + | |
| 2726 | + | |
2724 | 2727 | | |
2725 | 2728 | | |
2726 | 2729 | | |
| |||
2752 | 2755 | | |
2753 | 2756 | | |
2754 | 2757 | | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
2755 | 2761 | | |
2756 | 2762 | | |
2757 | 2763 | | |
| |||
0 commit comments