From 17e05540adadd4643aab3098cc594801c9532d77 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 17 Feb 2019 12:09:38 +0100 Subject: [PATCH] we can't have profiles because we are also in the rustc worksapce --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 721ebe5cfd4..da876423ce9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,6 +56,3 @@ rustc_tests = [] [dev-dependencies] compiletest_rs = { version = "0.3.17", features = ["tmp"] } colored = "1.6" - -[profile.release] -debug = true