We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ae6d36 + 65d3bc2 commit 58f76f2Copy full SHA for 58f76f2
Cargo.toml
@@ -14,7 +14,7 @@ exclude = [
14
"no-std-check",
15
]
16
17
-# 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.
18
# Ideally we would only do this in profile.test, but profile.test only applies to
19
# the test binary, not dependencies, which means most of the critical code still
20
# gets compiled as -O0. See
0 commit comments