File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ license-file = "..."
189
189
# Appveyor, CircleCI, GitLab, and TravisCI.
190
190
# - Available badges pertaining to code test coverage are Codecov and
191
191
# Coveralls.
192
- # - There are also maintenance-related badges basesed on isitmaintained.com
192
+ # - There are also maintenance-related badges based on isitmaintained.com
193
193
# which state the issue resolution time, percent of open issues, and future
194
194
# maintenance intentions.
195
195
#
@@ -301,7 +301,7 @@ debug-assertions = true # controls whether debug assertions are enabled
301
301
# (e.g. debug_assert!() and arithmetic overflow checks)
302
302
codegen-units = 1 # if > 1 enables parallel code generation which improves
303
303
# compile times, but prevents some optimizations.
304
- # Passes `-C codegen-units`. Ignored when `lto = true`.
304
+ # Passes `-C codegen-units`.
305
305
panic = ' unwind' # panic strategy (`-C panic=...`), can also be 'abort'
306
306
incremental = true # whether or not incremental compilation is enabled
307
307
overflow-checks = true # use overflow checks for integer arithmetic.
You can’t perform that action at this time.
0 commit comments