1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-13 01:26:09 +02:00

Merge pull request #1805 from paul-leydier/chapters-table

docs: sort exercise to book chapter mapping by exercise
This commit is contained in:
Mo 2024-03-27 16:59:52 +01:00 committed by GitHub
commit 34d04139cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,11 +17,11 @@
| error_handling | §9 |
| generics | §10 |
| traits | §10.2 |
| tests | §11.1 |
| lifetimes | §10.3 |
| tests | §11.1 |
| iterators | §13.2-4 |
| threads | §16.1-3 |
| smart_pointers | §15, §16.3 |
| threads | §16.1-3 |
| macros | §19.6 |
| clippy | §21.4 |
| conversions | n/a |