diff options
author | AlexDebug <65367567+AlexDebug@users.noreply.github.com> | 2022-06-05 11:23:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 23:23:51 -0400 |
commit | cc7da96508db323df3b98ca6e37bdcad128ac950 (patch) | |
tree | 8d972bf5a5e6f9c6bbf74e5310bf497f0ad7ceae | |
parent | 4de586b685db8352fc0f6605fcaa58db50a80e51 (diff) |
chore: eliminate an empty comment (#14788)
This commit eliminates an extra line of comment
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 57b93944e..95063652e 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 |