From 535ec9b495ed004426d05b6386558c525d3ddd5d Mon Sep 17 00:00:00 2001 From: Sylvain <234378248+notABot101010@users.noreply.github.com> Date: Wed, 22 Oct 2025 10:53:45 +0000 Subject: [PATCH] 2025-10-22: Add Cleanup your lifetime annotations in Rust with Rc and Arc --- draft/2025-10-22-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-10-22-this-week-in-rust.md b/draft/2025-10-22-this-week-in-rust.md index c4f745815..25c331af3 100644 --- a/draft/2025-10-22-this-week-in-rust.md +++ b/draft/2025-10-22-this-week-in-rust.md @@ -48,6 +48,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Cleanup your lifetime annotations in Rust with Rc and Arc](https://kerkour.com/rust-lifetimes-rc-arc) ### Research