Merge pull request #721 from Zerotask/add-further-help-for-generics3

docs(generics): add bounds help
This commit is contained in:
marisa 2021-04-23 15:05:00 +02:00 committed by GitHub
commit 54804e344d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -4,4 +4,5 @@ In this section you'll learn about saving yourself many lines of code with gener
### Book Sections
- [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)
- [Bounds](https://doc.rust-lang.org/rust-by-example/generics/bounds.html)