X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=Cargo.toml;h=ffc886d47f3991536d16396654ac59c16902571c;hb=39358bf00c3e02b8844f597603e16a5f270c37d6;hp=ed024192c15030cf2acaffa900031a39d1abc760;hpb=5c7a04553d34b9dea825b77327d3e1f308f73f8f;p=rust.git diff --git a/Cargo.toml b/Cargo.toml index ed024192c15..ffc886d47f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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