mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-26 07:14:17 -05:00
docs(generics): add bounds help
add help for bounds provided by the rust by example book
This commit is contained in:
parent
afa661cff4
commit
f253103a31
1 changed files with 2 additions and 1 deletions
|
@ -5,3 +5,4 @@ In this section you'll learn about saving yourself many lines of code with gener
|
||||||
### Book Sections
|
### 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)
|
||||||
|
|
Loading…
Reference in a new issue