We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c334de + f253103 commit 54804e3Copy full SHA for 54804e3
exercises/generics/README.md
@@ -4,4 +4,5 @@ In this section you'll learn about saving yourself many lines of code with gener
4
5
### Book Sections
6
7
-- [Generic Data Types](https://doc.rust-lang.org/stable/book/ch10-01-syntax.html)
+- [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