]> git.lizzy.rs Git - rust.git/blobdiff - Cargo.toml
Bump to 1.65.0
[rust.git] / Cargo.toml
index ed024192c15030cf2acaffa900031a39d1abc760..ffc886d47f3991536d16396654ac59c16902571c 100644 (file)
@@ -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