about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-12 08:23:58 +0100
committerGitHub <noreply@github.com>2024-01-12 08:23:58 +0100
commit5bef2e739fb3104d9aa26798a84e640e8bda2ebc (patch)
tree9d62ea6dd5b386ee8ce7c2937cf3514cef0c0a89
parent5431404b87967c69438ea1e698edbe96505f0798 (diff)
parente49442bf9815a67e68f9d9f2f80560ec1d754b31 (diff)
downloadrust-5bef2e739fb3104d9aa26798a84e640e8bda2ebc.tar.gz
rust-5bef2e739fb3104d9aa26798a84e640e8bda2ebc.zip
Rollup merge of #119781 - Kleinmarb:master, r=Nilstrieb
fix typo
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 03915078838..2ea16c22666 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -64,7 +64,7 @@ exclude = [
 ]
 
 [profile.release.package.compiler_builtins]
-# The compiler-builtins crate cannot reference libcore, and it's own CI will
+# The compiler-builtins crate cannot reference libcore, and its own CI will
 # 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