From 65d3bc27d91cee5d667006d5facbbee17339fe9b Mon Sep 17 00:00:00 2001 From: acid-bit Date: Wed, 14 Sep 2022 11:49:20 +0100 Subject: [PATCH] Fix typo in comment in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f263dc8ec..89b92a8c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ exclude = [ "no-std-check", ] -# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it. +# Our tests do actual crypto and lots of work, the tradeoff for -O1 is well worth it. # Ideally we would only do this in profile.test, but profile.test only applies to # the test binary, not dependencies, which means most of the critical code still # gets compiled as -O0. See -- 2.39.5