Skip to content

Commit ee0ce34

Browse files
authored
Fix small typo in Cargo.toml comment
1 parent 48316df commit ee0ce34

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
@@ -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)