examples should be of type bool

This commit is contained in:
Tshepang Lekhonkhobe 2020-06-20 10:56:47 +02:00
parent 033013cab3
commit 1b47e8fa99
1 changed files with 2 additions and 2 deletions

View File

@ -313,11 +313,11 @@
# Whether or not debug assertions are enabled for the compiler and standard
# library.
#debug-assertions = debug
#debug-assertions = false
# Whether or not debug assertions are enabled for the standard library.
# Overrides the `debug-assertions` option, if defined.
#debug-assertions-std = debug-assertions
#debug-assertions-std = false
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
# `0` - no debug info