From 78657bf722075585213e0e1e38b5660045e744fd Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 10 Mar 2022 16:23:50 +0800 Subject: [PATCH] add Panics --- ChangeLog.md | 2 ++ Readme.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 7ed0336..8e69861 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -4,6 +4,8 @@ - Add [Type conversions - From/Into](https://practice.rs/type-conversions/from-into.html) - Add [Type conversions - Others](https://practice.rs/type-conversions/others.html) +- Add [Panics](https://practice.rs/result-panic/panic.html) + ### 2022-03-09 diff --git a/Readme.md b/Readme.md index 09479c1..1ac6268 100644 --- a/Readme.md +++ b/Readme.md @@ -2,7 +2,7 @@ This book was designed for easily diving into and get skilled with Rust, and it's very easy to use: All you need to do is to make each exercise compile without ERRORS and Panics ! -> 🎊 Updated on 2022-03-10: Add [Type conversions - Others](https://practice.rs/type-conversions/from-into.html) +> 🎊 Updated on 2022-03-10: Add [Panics](https://practice.rs/result-panic/panic.html) ## Reading online