From 64461a81570594c158ae98312ad831473fc5ca9e Mon Sep 17 00:00:00 2001 From: Jean Pierre Dudey Date: Tue, 7 Aug 2018 13:49:37 -0400 Subject: [PATCH] Remove `doc` profile from Cargo.toml. Signed-off-by: Jean Pierre Dudey --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 767c45ca..73f5be15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -38,9 +38,6 @@ panic = 'abort' [profile.test] debug = true -[profile.doc] -debug = true - [[bin]] path = "pbtc/main.rs" name = "pbtc"