From 8fc96c0f48ee0bb11e928f2daf0971a2414673e1 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Thu, 12 Dec 2024 12:24:34 -0700 Subject: [PATCH] Add Drop for Safety post to 2024-12-18-this-week-in-rust.md --- draft/2024-12-18-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-18-this-week-in-rust.md b/draft/2024-12-18-this-week-in-rust.md index 18f57d002..be2e906c2 100644 --- a/draft/2024-12-18-this-week-in-rust.md +++ b/draft/2024-12-18-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +- [Read the Code: Using Drop for Safety in Rust](https://v5.chriskrycho.com/journal/read-the-code/using-drop-for-safety-in-rust/) + ### Research ### Miscellaneous