Skip to content

Commit 5bef2e7

Browse files
authoredJan 12, 2024
Rollup merge of rust-lang#119781 - Kleinmarb:master, r=Nilstrieb
fix typo
2 parents 5431404 + e49442b commit 5bef2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ exclude = [
6464
]
6565

6666
[profile.release.package.compiler_builtins]
67-
# The compiler-builtins crate cannot reference libcore, and it's own CI will
67+
# The compiler-builtins crate cannot reference libcore, and its own CI will
6868
# verify that this is the case. This requires, however, that the crate is built
6969
# without overflow checks and debug assertions. Forcefully disable debug
7070
# assertions and overflow checks here which should ensure that even if these

0 commit comments

Comments
 (0)
Please sign in to comment.