From 616d6ac190e5ffa1110f0fe7d927e03e7acb8c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 25 Mar 2025 20:03:29 +0100 Subject: [PATCH] Add a "Just write a test for it" blog post --- draft/2025-03-26-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-03-26-this-week-in-rust.md b/draft/2025-03-26-this-week-in-rust.md index 178882d19..f69c0f19e 100644 --- a/draft/2025-03-26-this-week-in-rust.md +++ b/draft/2025-03-26-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [Just write a test for it](https://kobzol.github.io/rust/2025/03/25/just-write-a-test-for-it.html) + ### Rust Walkthroughs ### Research