From e0692464328cd6cc91e4e8521cd12eb5579a0ce7 Mon Sep 17 00:00:00 2001 From: Ben Williamson <12386+benw@users.noreply.github.com> Date: Fri, 29 Aug 2025 10:35:28 +1000 Subject: [PATCH 1/2] RustCurious 1: Why Rust is Safe --- draft/2025-09-03-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-03-this-week-in-rust.md b/draft/2025-09-03-this-week-in-rust.md index e75d74aec..01c28ab0e 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -49,6 +49,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +* [video] [RustCurious 1: Why Rust is Safe](https://www.youtube.com/watch?v=lVWiHIVXG2c) + ### Research ### Miscellaneous From 301448fc75721e3999ef8b46ca360895085cf2ff Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:00:15 -0700 Subject: [PATCH 2/2] Expanding the link name per Ben's suggestion --- draft/2025-09-03-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-09-03-this-week-in-rust.md b/draft/2025-09-03-this-week-in-rust.md index 01c28ab0e..37274b794 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -49,7 +49,7 @@ and just ask the editors to select the category. ### Rust Walkthroughs -* [video] [RustCurious 1: Why Rust is Safe](https://www.youtube.com/watch?v=lVWiHIVXG2c) +* [video] [RustCurious 1: Why Rust is Safe: A novel introduction to ownership and borrowing](https://www.youtube.com/watch?v=lVWiHIVXG2c) ### Research