Skip to content

Commit 58f76f2

Browse files
Merge pull request #1721 from acid-bit/fix_typo
Fix typo in comment in Cargo.toml
2 parents 6ae6d36 + 65d3bc2 commit 58f76f2

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)