mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-02 00:39:20 +00:00
Add panic = "abort" for exercises
This commit is contained in:
parent
81bf0a6430
commit
4933ace50b
@ -195,3 +195,9 @@ name = "exercises"
|
|||||||
edition = "2021"
|
edition = "2021"
|
||||||
# Don't publish the exercises on crates.io!
|
# Don't publish the exercises on crates.io!
|
||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
|
[profile.release]
|
||||||
|
panic = "abort"
|
||||||
|
|
||||||
|
[profile.dev]
|
||||||
|
panic = "abort"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user