From: Jacob Lifshay Date: Sun, 7 Oct 2018 06:00:23 +0000 (-0700) Subject: removed unused setting in Cargo.toml X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd75f4f898ef4e27d6ddfb0f37b7eda2b81595f2;p=kazan.git removed unused setting in Cargo.toml --- 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"