Fix small typo in Cargo.toml comment
This commit is contained in:
parent
48316dfea1
commit
ee0ce346e8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ exclude = [
|
||||||
# verify that this is the case. This requires, however, that the crate is built
|
# verify that this is the case. This requires, however, that the crate is built
|
||||||
# without overflow checks and debug assertions. Forcefully disable debug
|
# without overflow checks and debug assertions. Forcefully disable debug
|
||||||
# assertions and overflow checks here which should ensure that even if these
|
# 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.
|
# which should ensure we still link everything correctly.
|
||||||
debug-assertions = false
|
debug-assertions = false
|
||||||
overflow-checks = false
|
overflow-checks = false
|
||||||
|
|
Loading…
Add table
Reference in a new issue