removed unused setting in Cargo.toml
authorJacob Lifshay <programmerjake@gmail.com>
Sun, 7 Oct 2018 06:00:23 +0000 (23:00 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sun, 7 Oct 2018 06:00:23 +0000 (23:00 -0700)
Cargo.toml

index 144f59b4cc56ca558fa7e62533049d865a70edcc..08e4079fc01b86a5d33a8d139312eb9eb4db8172 100644 (file)
@@ -10,6 +10,3 @@ panic = "unwind"
 
 [profile.release]
 panic = "abort"
-
-[profile.bench]
-panic = "abort"