Skip to content

Commit

Permalink
Fix small typo in Cargo.toml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamofek authored Jul 28, 2022
1 parent 48316df commit ee0ce34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exclude = [
# verify that this is the case. This requires, however, that the crate is built
# without overflow checks and debug assertions. Forcefully disable debug
# assertions and overflow checks here which should ensure that even if these
# assertions are enabled for libstd we won't enable then for compiler_builtins
# assertions are enabled for libstd we won't enable them for compiler_builtins
# which should ensure we still link everything correctly.
debug-assertions = false
overflow-checks = false
Expand Down

0 comments on commit ee0ce34

Please sign in to comment.