# HG changeset patch # User Emmanuel Gil Peyrot # Date 1582659369 -3600 # Node ID 63f155923ea8f0152a6da57808f62ce1e86c98d7 # Parent 8a022334a4c445cd4a28cb4506795fe5bdef0e9b Cargo.toml: Remove useless panic=abort diff --git a/Cargo.toml b/Cargo.toml --- a/Cargo.toml +++ b/Cargo.toml @@ -17,9 +17,3 @@ bitflags = "1" luminance = "0.38" luminance-glfw = { version = "0.12", default-features = false, features = ["log-errors"] } luminance-derive = "0.5" - -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort"