From 4dfc5bc564b3c3b51afcc78b1afcbb21465c6aed Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Feb 2024 16:52:03 +0100 Subject: [PATCH] added my Jim Chng blog post on non-affine types ... --- draft/2024-02-07-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-02-07-this-week-in-rust.md b/draft/2024-02-07-this-week-in-rust.md index a1514d48c..379bb8611 100644 --- a/draft/2024-02-07-this-week-in-rust.md +++ b/draft/2024-02-07-this-week-in-rust.md @@ -37,6 +37,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Non-Affine Types, ManuallyDrop and Invariant Lifetimes in Rust - Part One](https://asyncmove.com/blog/2024/02/non-affine-types-manuallydrop-and-invariant-lifetimes-in-rust-part-one/) + ### Rust Walkthroughs ### Research