1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-09-18 23:41:37 +02:00

Add panic = "abort" for exercises

This commit is contained in:
mo8it 2024-08-07 23:54:02 +02:00
parent 81bf0a6430
commit 4933ace50b

View File

@ -195,3 +195,9 @@ name = "exercises"
edition = "2021"
# Don't publish the exercises on crates.io!
publish = false
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"