From f1436a96f04ade00746d0fd99b6da8a38a9b6e08 Mon Sep 17 00:00:00 2001
From: Marianne Goldin <23177337+mariannegoldin@users.noreply.github.com>
Date: Wed, 7 Feb 2024 21:41:46 -0800
Subject: [PATCH 1/2] Add reddit link to TWIR 533
---
content/2024-02-07-this-week-in-rust.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/2024-02-07-this-week-in-rust.md b/content/2024-02-07-this-week-in-rust.md
index 01b55278f..1033fd7d9 100644
--- a/content/2024-02-07-this-week-in-rust.md
+++ b/content/2024-02-07-this-week-in-rust.md
@@ -373,4 +373,4 @@ Thanks to [Brian Kung](https://users.rust-lang.org/t/twir-quote-of-the-week/328/
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
-[Discuss on r/rust](REDDIT_LINK_HERE)
+[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1alofun/this_week_in_rust_533/)
From 032ab1866f2c37ab5ee8ed94c424fd9fd272b047 Mon Sep 17 00:00:00 2001
From: Marianne Goldin <23177337+mariannegoldin@users.noreply.github.com>
Date: Wed, 7 Feb 2024 21:43:11 -0800
Subject: [PATCH 2/2] Remvoe dupe link from TWIR 533
---
content/2024-02-07-this-week-in-rust.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/content/2024-02-07-this-week-in-rust.md b/content/2024-02-07-this-week-in-rust.md
index 1033fd7d9..cb253942c 100644
--- a/content/2024-02-07-this-week-in-rust.md
+++ b/content/2024-02-07-this-week-in-rust.md
@@ -54,7 +54,6 @@ and just ask the editors to select the category.
* [audio] [Asciinema with Marcin Kulik](https://rustacean-station.org/episode/marcin-kulik/)
* [Non-Affine Types, ManuallyDrop and Invariant Lifetimes in Rust - Part One](https://asyncmove.com/blog/2024/02/non-affine-types-manuallydrop-and-invariant-lifetimes-in-rust-part-one/)
* [Nine Rules for Accessing Cloud Files from Your Rust Code: Practical lessons from upgrading Bed-Reader, a bioinformatics library](https://towardsdatascience.com/nine-rules-for-accessing-cloud-files-from-your-rust-code-d456c1e2ceb4)
-* [Rust web frameworks have subpar error reporting](https://www.lpalmieri.com/posts/rust-web-frameworks-have-subpar-error-reporting/)
### Rust Walkthroughs
* [AsyncWrite and a Tale of Four Implementations](https://medium.com/@razieh.behjati/asyncwrite-and-a-tale-of-four-implementations-e63aef8397f7)