We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 862074f + ee0ce34 commit 889497cCopy full SHA for 889497c
Cargo.toml
@@ -60,7 +60,7 @@ exclude = [
60
# verify that this is the case. This requires, however, that the crate is built
61
# without overflow checks and debug assertions. Forcefully disable debug
62
# assertions and overflow checks here which should ensure that even if these
63
-# 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
64
# which should ensure we still link everything correctly.
65
debug-assertions = false
66
overflow-checks = false
0 commit comments