From 12dec9d31eb5b486d64035331c216a08dcdf1418 Mon Sep 17 00:00:00 2001 From: Someone Else <118022351+SyntheticBird45@users.noreply.github.com> Date: Wed, 8 Feb 2023 13:57:10 +0000 Subject: [PATCH] Update readme.md --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 79455599..5d64236e 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,8 @@ For non-developers people, it is time for you to unleash your ideas. ### Code & Repo -No unsafe code is permitted, and the codebase will never contain `.unwrap()`, `.except()` or `panic!()`. +No unsafe code is permitted, and the codebase will never contain `.except()` or `panic!()`. We discourage the use +of `.unwrap()`, as it implied that all errors are correctly handled. For the moment I try to organize the repository like the official one. But it won't last for long.