Skip to content

Commit 54804e3

Browse files
authored
Merge pull request #721 from Zerotask/add-further-help-for-generics3
docs(generics): add bounds help
2 parents 1c334de + f253103 commit 54804e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/generics/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ In this section you'll learn about saving yourself many lines of code with gener
44

55
### Book Sections
66

7-
- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
7+
- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
8+
- [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html)

0 commit comments

Comments
 (0)