From ce5f5248eb76bd9ed11537fe73f10a49ab45ff96 Mon Sep 17 00:00:00 2001 From: Christopher Tee Date: Fri, 18 Oct 2024 07:04:49 -0400 Subject: [PATCH 1/2] Update 2024-10-23-this-week-in-rust.md without utm --- draft/2024-10-23-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-23-this-week-in-rust.md b/draft/2024-10-23-this-week-in-rust.md index 42e607e7f..b39551460 100644 --- a/draft/2024-10-23-this-week-in-rust.md +++ b/draft/2024-10-23-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Demystifying Alignment and Memory Layout in Rust](https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1?utm_source=twir) ### Research From 32245fb503e0178e090716a49598b9cd827ec3a0 Mon Sep 17 00:00:00 2001 From: Christopher Tee Date: Fri, 18 Oct 2024 07:15:51 -0400 Subject: [PATCH 2/2] Remove `utm_source` explicitly --- draft/2024-10-23-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-10-23-this-week-in-rust.md b/draft/2024-10-23-this-week-in-rust.md index b39551460..b88935ea2 100644 --- a/draft/2024-10-23-this-week-in-rust.md +++ b/draft/2024-10-23-this-week-in-rust.md @@ -40,7 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs -* [Demystifying Alignment and Memory Layout in Rust](https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1?utm_source=twir) +* [Demystifying Alignment and Memory Layout in Rust](https://garden.christophertee.dev/blogs/Memory-Alignment-and-Layout/Part-1) ### Research