1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-05-18 00:22:40 +02:00

Update link to macros in the book (#2719)

Do not link to an unstable chapter number but to the rust book as a whole
This commit is contained in:
Bjørn Jørgensen 2025-04-23 11:11:53 +02:00 committed by GitHub
parent 709450bfad
commit 3beda3678b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,8 +49,8 @@ Rust is a large language and we won't be able to cover all of it in a few days.
Some non-goals of this course are:
- Learning how to develop macros: please see
[Chapter 19.5 in the Rust Book](https://doc.rust-lang.org/book/ch19-06-macros.html)
and [Rust by Example](https://doc.rust-lang.org/rust-by-example/macros.html)
[the Rust Book](https://doc.rust-lang.org/book/) and
[Rust by Example](https://doc.rust-lang.org/rust-by-example/macros.html)
instead.
## Assumptions