]> git.lizzy.rs Git - rust.git/commitdiff
examples should be of type bool
authorTshepang Lekhonkhobe <tshepang@gmail.com>
Sat, 20 Jun 2020 08:56:47 +0000 (10:56 +0200)
committerTshepang Lekhonkhobe <tshepang@gmail.com>
Sat, 20 Jun 2020 08:56:47 +0000 (10:56 +0200)
config.toml.example

index bc6760334170b5bd1bc63cdb1f507e2ab1acb5bb..a918feb278f627e642e44d2ab03ac7f6021008b7 100644 (file)
 
 # 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