Skip to content

Commit 65d3bc2

Browse files
author
acid-bit
committed
Fix typo in comment in Cargo.toml
1 parent 71f4749 commit 65d3bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = [
1414
"no-std-check",
1515
]
1616

17-
# Our tests do actual crypo and lots of work, the tradeoff for -O1 is well worth it.
17+
# Our tests do actual crypto and lots of work, the tradeoff for -O1 is well worth it.
1818
# Ideally we would only do this in profile.test, but profile.test only applies to
1919
# the test binary, not dependencies, which means most of the critical code still
2020
# gets compiled as -O0. See

0 commit comments

Comments
 (0)