Skip to content

Commit 20adc95

Browse files
committed
Auto merge of #24815 - heejongahn:master, r=steveklabnik
At https://doc.rust-lang.org/book/vectors.html, there should be a link to Generics page but the link address is ommitted and thus link is not functioning well. So I added a link definition to the vectors.md. r? @steveklabnik
2 parents da62384 + 9a2a06c commit 20adc95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/doc/trpl/vectors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,4 @@ Vectors have many more useful methods, which you can read about in [their
5656
API documentation][vec].
5757

5858
[vec]: ../std/vec/index.html
59+
[generic]: generics.html

0 commit comments

Comments
 (0)