From ddfa666939401cfdc51d4c6703521a63879b7adf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Thu, 19 Dec 2024 07:58:47 +0100 Subject: [PATCH 1/2] Add Rust university course exercises --- draft/2024-12-25-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-12-25-this-week-in-rust.md b/draft/2024-12-25-this-week-in-rust.md index 5ff39bd27..8cb0f660a 100644 --- a/draft/2024-12-25-this-week-in-rust.md +++ b/draft/2024-12-25-this-week-in-rust.md @@ -45,6 +45,8 @@ and just ask the editors to select the category. ### Miscellaneous +- [Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html) + ## Crate of the Week From 5a0337bd45e920c45c7f8d9787210da6d64936da Mon Sep 17 00:00:00 2001 From: Nell Shamrell-Harrington Date: Mon, 23 Dec 2024 21:26:52 -0800 Subject: [PATCH 2/2] Fix list item formatting in markdown --- draft/2024-12-25-this-week-in-rust.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draft/2024-12-25-this-week-in-rust.md b/draft/2024-12-25-this-week-in-rust.md index 8cb0f660a..b9d7d2bc7 100644 --- a/draft/2024-12-25-this-week-in-rust.md +++ b/draft/2024-12-25-this-week-in-rust.md @@ -45,7 +45,7 @@ and just ask the editors to select the category. ### Miscellaneous -- [Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html) +* [Rust university course exercises](https://kobzol.github.io/teaching/2024/12/18/rust-exercises.html) ## Crate of the Week