From 06118a23ddf578424c35c2a0f9b704acbc5648f0 Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jackpot51@gmail.com> Date: Wed, 4 Jan 2017 16:33:51 -0700 Subject: [PATCH] Remove profiles --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8fd747e3..c66b8bf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,9 +29,3 @@ arch_x86_64 = { path = "arch/x86_64" } [features] default = [] live = [] - -[profile.dev] -panic = "unwind" - -[profile.release] -panic = "abort" -- GitLab