From f1741649f5b3d3968240e094c0cb11979fa3e921 Mon Sep 17 00:00:00 2001 From: Nadrieril Date: Wed, 19 Nov 2025 15:00:03 +0100 Subject: [PATCH] TWIR submission: "Truly First-Class Custom Smart Pointers" blog post --- draft/2025-11-19-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-11-19-this-week-in-rust.md b/draft/2025-11-19-this-week-in-rust.md index bd91df81a..43cefe690 100644 --- a/draft/2025-11-19-this-week-in-rust.md +++ b/draft/2025-11-19-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Truly First-Class Custom Smart Pointers](https://nadrieril.github.io/blog/2025/11/11/truly-first-class-custom-smart-pointers.html) + ### Rust Walkthroughs ### Research