From 9f38b8277d869c46d9a8281c194619c9049253fc Mon Sep 17 00:00:00 2001 From: ais523 Date: Sun, 14 Sep 2025 17:02:48 +0100 Subject: [PATCH] Add "The pirate-based logic of Rust shared references" A submission for the "Observations/Thoughts" section of This Week In Rust. --- draft/2025-09-17-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-09-17-this-week-in-rust.md b/draft/2025-09-17-this-week-in-rust.md index 86ac92dcf..5787d3154 100644 --- a/draft/2025-09-17-this-week-in-rust.md +++ b/draft/2025-09-17-this-week-in-rust.md @@ -47,6 +47,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [The pirate-based logic of Rust shared references](http://ais523.me.uk/blog/logic-of-shared-references.html) + ### Rust Walkthroughs ### Research