We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7c0d269 + 9978c17 commit 44699e9Copy full SHA for 44699e9
exercises/21_macros/README.md
@@ -10,5 +10,6 @@ of exercises to Rustlings, but is all about learning to write Macros.
10
11
## Further information
12
13
-- [Macros](https://doc.rust-lang.org/book/ch19-06-macros.html)
+- [The Rust Book - Macros](https://doc.rust-lang.org/book/ch20-06-macros.html#macros)
14
- [The Little Book of Rust Macros](https://veykril.github.io/tlborm/)
15
+- [Rust by Example - macro_rules!](https://doc.rust-lang.org/rust-by-example/macros.html)
0 commit comments