Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch19-06-macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ programmers will *use* macros more than *write* macros, we won’t discuss
the online documentation or other resources, such as [“The Little Book of Rust
Macros”][tlborm].

[tlborm]: https://danielkeep.github.io/tlborm/book/index.html
[tlborm]: https://veykril.github.io/tlborm/

### Procedural Macros for Generating Code from Attributes

Expand Down