1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-10-03 01:28:39 -04:00

chore: Fix a couple broken book links

This commit is contained in:
Russell Cousineau 2019-06-06 20:17:22 -07:00
commit 63c133e4a3
12 changed files with 16 additions and 16 deletions
exercises/macros

View file

@ -6,5 +6,5 @@ modules, instead we'll show you how to use and create them.
#### Book Sections
- [Macros](https://doc.rust-lang.org/stable/book/ch19-06-macros.html)
- [Macros](https://doc.rust-lang.org/book/ch19-06-macros.html)
- [The Little Book of Rust Macros](https://danielkeep.github.io/tlborm/book/index.html)