about summary refs log tree commit diff
diff options
context:
space:
mode:
authorYotam Ofek <yotam.ofek@gmail.com>2022-07-28 14:29:58 +0300
committerGitHub <noreply@github.com>2022-07-28 14:29:58 +0300
commitee0ce346e84dc1bd2e95cfa750d5a3009a2d5a07 (patch)
treecaf4e1be6b19d89e94497211248b5c995390c6ad
parent48316dfea1914d25189fa441e7310449ed76a446 (diff)
downloadrust-ee0ce346e84dc1bd2e95cfa750d5a3009a2d5a07.tar.gz
rust-ee0ce346e84dc1bd2e95cfa750d5a3009a2d5a07.zip
Fix small typo in Cargo.toml comment
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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