From 266c723e29d9a10053acdd546bd7dfefc2df93b2 Mon Sep 17 00:00:00 2001 From: Ben Williamson <12386+benw@users.noreply.github.com> Date: Sat, 30 Aug 2025 22:07:40 +1000 Subject: [PATCH 1/2] Add "A complete map of the Rust type system" --- 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..83ad0aae9 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -53,6 +53,8 @@ and just ask the editors to select the category. ### Miscellaneous +* [A complete map of the Rust type system](https://rustcurious.com/elements/) + ## Crate of the Week From d75720d37d981cdaad18a3eeab3b4fb26bfbcad2 Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Thu, 4 Sep 2025 08:06:40 -0700 Subject: [PATCH 2/2] Expand link title --- 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 83ad0aae9..dd8006358 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -53,7 +53,7 @@ and just ask the editors to select the category. ### Miscellaneous -* [A complete map of the Rust type system](https://rustcurious.com/elements/) +* [Elements of Rust: A complete map of the Rust type system](https://rustcurious.com/elements/) ## Crate of the Week