From 354dc8ffe6f9eece67c6e5aa673f2eae377548d3 Mon Sep 17 00:00:00 2001 From: cainhooow Date: Sun, 7 Sep 2025 12:52:32 -0300 Subject: [PATCH 1/2] Add Rust Automod VSCode extension to Project/Tooling Updates --- draft/2025-09-10-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-10-this-week-in-rust.md b/draft/2025-09-10-this-week-in-rust.md index 2e0e6e288..45bd14c58 100644 --- a/draft/2025-09-10-this-week-in-rust.md +++ b/draft/2025-09-10-this-week-in-rust.md @@ -44,6 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +- [Rust Automod VSCode Extension](https://marketplace.visualstudio.com/items?itemName=drkryz.rustautomod) — Automates creation and management of `mod.rs` files in Rust projects. ### Observations/Thoughts From 712e80f9bd14a2557fa0e6f37955d275582f6cea Mon Sep 17 00:00:00 2001 From: M Goldin <23177337+mariannegoldin@users.noreply.github.com> Date: Wed, 10 Sep 2025 10:46:45 -0700 Subject: [PATCH 2/2] Edit for length and syntax --- draft/2025-09-10-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2025-09-10-this-week-in-rust.md b/draft/2025-09-10-this-week-in-rust.md index 45bd14c58..55c7ea33f 100644 --- a/draft/2025-09-10-this-week-in-rust.md +++ b/draft/2025-09-10-this-week-in-rust.md @@ -44,7 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates -- [Rust Automod VSCode Extension](https://marketplace.visualstudio.com/items?itemName=drkryz.rustautomod) — Automates creation and management of `mod.rs` files in Rust projects. +* [Rust Automod VSCode Extension - Automates creation and management of `mod.rs` files](https://marketplace.visualstudio.com/items?itemName=drkryz.rustautomod) ### Observations/Thoughts