This commit is contained in:
Ruidy 2021-04-24 17:24:24 +02:00
parent 23e5a4e35a
commit b31b43ea66

View file

@ -8,7 +8,7 @@ edition = "2018"
[dependencies]
[profile.dev]
panic = "abort"
panic = "abort" # disable stack unwinding on panic
[profile.release]
panic = "abort"
panic = "abort" # disable stack unwinding on panic