From 836455167fd0e9cef6b63590f21baaf7c64cc258 Mon Sep 17 00:00:00 2001 From: Nia <7388349+conways-glider@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:40:19 -0700 Subject: [PATCH] Add "Rust Macros: A Cautionary Tale" to Observations --- draft/2024-12-11-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-12-11-this-week-in-rust.md b/draft/2024-12-11-this-week-in-rust.md index 7d09095cd..db5bd979e 100644 --- a/draft/2024-12-11-this-week-in-rust.md +++ b/draft/2024-12-11-this-week-in-rust.md @@ -38,6 +38,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [Rust Macros: A Cautionary Tale](https://andrzej.lichnerowicz.pl/en/blog/rust-macros-a-cautionary-tale/) ### Rust Walkthroughs