From b31b43ea66249ffc042c5c483db00c300c9528b2 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 24 Apr 2021 17:24:24 +0200 Subject: [PATCH] doc --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 65d5504..e9e2a98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" [dependencies] [profile.dev] -panic = "abort" +panic = "abort" # disable stack unwinding on panic [profile.release] -panic = "abort" \ No newline at end of file +panic = "abort" # disable stack unwinding on panic \ No newline at end of file