From bd75f4f898ef4e27d6ddfb0f37b7eda2b81595f2 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sat, 6 Oct 2018 23:00:23 -0700 Subject: [PATCH] removed unused setting in Cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 144f59b..08e4079 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,6 +10,3 @@ panic = "unwind" [profile.release] panic = "abort" - -[profile.bench] -panic = "abort" -- 2.30.2