Remove panic abort from Cargo.toml (it is set by the arch json).

This commit is contained in:
Drew Galbraith 2024-07-30 15:49:14 -07:00
parent 6ae111dc66
commit dbc4e7e2ad
1 changed files with 0 additions and 8 deletions

View File

@ -5,11 +5,3 @@ members = [
]
resolver = "2"
# the profile used for `cargo build`
[profile.dev]
panic = "abort" # disable stack unwinding on panic
# the profile used for `cargo build --release`
[profile.release]
panic = "abort" # disable stack unwinding on panic