diff --git a/draft/2025-09-03-this-week-in-rust.md b/draft/2025-09-03-this-week-in-rust.md index 8bfbfb871..988c8cdf8 100644 --- a/draft/2025-09-03-this-week-in-rust.md +++ b/draft/2025-09-03-this-week-in-rust.md @@ -58,6 +58,7 @@ and just ask the editors to select the category. * [Why I Built TLQ (Tiny Little Queue)](https://nebjak.dev/blog/why-i-built-tlq-tiny-little-queue/) * [Combining struct literal syntax with read-only field access](https://kobzol.github.io/rust/2025/09/01/combining-struct-literal-syntax-with-read-only-field-access.html) * [Be Careful Zero-Copying Strings with `serde`](https://bd103.github.io/blog/2025-09-01-zero-copying-strings-serde) +* [Elephants for breakfast: testing untestable functions, one bite at a time](https://bitfieldconsulting.com/posts/elephants-for-breakfast) ### Rust Walkthroughs