From 73cff42ec9529a12376a3e5bdcf94e3533bb611a Mon Sep 17 00:00:00 2001 From: David Peter Date: Mon, 21 Dec 2020 09:16:19 +0100 Subject: [PATCH] Remove commented-out line from Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16efa750..a836b562 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -83,4 +83,3 @@ clap = { version = "2.33", optional = true } [profile.release] lto = true codegen-units = 1 -# debug = true