From 6e95c389681646860eff64f8c34c70c7dc90a843 Mon Sep 17 00:00:00 2001 From: AlexDebug <65367567+AlexDebug@users.noreply.github.com> Date: Sun, 5 Jun 2022 11:23:51 +0800 Subject: [PATCH] chore: eliminate an empty comment (#14788) This commit eliminates an extra line of comment --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 57b93944e4..95063652e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,6 @@ lto = true opt-level = 'z' # Optimize for size # Key generation is too slow on `debug` -# [profile.dev.package.num-bigint-dig] opt-level = 3