Skip to content

Commit

Permalink
Rollup merge of rust-lang#99851 - yotamofek:patch-1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Fix small typo in Cargo.toml comment
  • Loading branch information
Dylan-DPC authored Jul 28, 2022
2 parents 862074f + ee0ce34 commit 889497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 889497c

Please sign in to comment.