Skip to content

Commit 889497c

Browse files
authored
Rollup merge of rust-lang#99851 - yotamofek:patch-1, r=Mark-Simulacrum
Fix small typo in Cargo.toml comment
2 parents 862074f + ee0ce34 commit 889497c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ exclude = [
6060
# verify that this is the case. This requires, however, that the crate is built
6161
# without overflow checks and debug assertions. Forcefully disable debug
6262
# assertions and overflow checks here which should ensure that even if these
63-
# assertions are enabled for libstd we won't enable then for compiler_builtins
63+
# assertions are enabled for libstd we won't enable them for compiler_builtins
6464
# which should ensure we still link everything correctly.
6565
debug-assertions = false
6666
overflow-checks = false

0 commit comments

Comments
 (0)