Skip to content

Commit 7f85a67

Browse files
authored
Tiny typo fix in community item
I believe that title component is intended to be "single mutex" not "singlemutex".
1 parent f298505 commit 7f85a67

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

draft/2024-09-04-this-week-in-rust.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,14 @@ and just ask the editors to select the category.
5959
* [Deploying Rust in Existing Firmware Codebases](https://security.googleblog.com/2024/09/deploying-rust-in-existing-firmware.html)
6060
* [Your own little memory strategy](https://blog.morj.men/posts/rust-arena.html)
6161
* [Code Generation with GraphQL in Rust](https://omarabid.com/rust-graphql)
62-
* [How to deadlock Tokio application in Rust with just a singlemutex](https://turso.tech/blog/how-to-deadlock-tokio-application-in-rust-with-just-a-single-mutex)
62+
* [How to deadlock Tokio application in Rust with just a single mutex](https://turso.tech/blog/how-to-deadlock-tokio-application-in-rust-with-just-a-single-mutex)
6363
* [Is this trait sealed, or not sealed — that is the question](https://predr.ag/blog/is-this-trait-sealed-or-not-sealed/)
6464
* [Beyond Ctrl-C: The dark corners of Unix signal handling](https://sunshowers.io/posts/beyond-ctrl-c-signals/)
6565
* [Rust to Assembly: Understanding the Inner Workings of Rust](https://eventhelix.com/rust/)
6666
* [K-Means Image Compression](https://www.rdiachenko.com/posts/ml/k-means-image-compression/)
6767

6868
* [Hey Rustaceans: Rust freelancers do exist!](https://blog.veeso.dev/blog/en/hey-rustaceans-rust-freelancers-do-exist/)
6969

70-
* [Why Rust needs scoped generics](http://ais523.me.uk/blog/scoped-generics.html)
71-
72-
* [Async Rust can be a pleasure to work with (without `Send + Sync + 'static`)](https://emschwartz.me/async-rust-can-be-a-pleasure-to-work-with-without-send-sync-static)
73-
7470
### Rust Walkthroughs
7571
* [series] [video] [Rust for Beginners in Arabic](https://youtube.com/playlist?list=PLjQ2-_RIGIVBPbV2H0ng0N4nuN7DsPkPa&si=EQrpkGhEsPCUq9Fu)
7672
* [video] [Crafting an Interpreter in Rust #01: Basic Bytecode Chunks](https://tube.xy-space.de/w/weDkpD5BB8mAWcyUQXzxhu)

0 commit comments

Comments
 (0)