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 #1923 from wznmickey/main

chore: update the chapter of macros
This commit is contained in:
Mo 2024-03-27 17:23:58 +01:00 committed by GitHub
commit 19675008c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,6 @@
| iterators | §13.2-4 |
| smart_pointers | §15, §16.3 |
| threads | §16.1-3 |
| macros | §19.6 |
| macros | §19.5 |
| clippy | §21.4 |
| conversions | n/a |