From c747297490b3981442c44135b3189986f45dbf4f Mon Sep 17 00:00:00 2001 From: Jarred Allen Date: Sat, 10 Feb 2024 13:49:23 -0800 Subject: [PATCH] Add "Which red is your function?" Some thoughts I have about a minor pain point with async Rust that I hit from time to time (inspired by the recent without boats post, as I'm sure could have been guessed). https://gist.github.com/JarredAllen/6cd2fd5faead573d1120a96135ed3346 --- draft/2024-02-14-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-02-14-this-week-in-rust.md b/draft/2024-02-14-this-week-in-rust.md index 83b515154..fd3bb4fb3 100644 --- a/draft/2024-02-14-this-week-in-rust.md +++ b/draft/2024-02-14-this-week-in-rust.md @@ -36,6 +36,7 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [Which red is your function?](https://gist.github.com/JarredAllen/6cd2fd5faead573d1120a96135ed3346) ### Rust Walkthroughs