From 1b47e8fa998f6d76d536594955336fe0327f894e Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sat, 20 Jun 2020 10:56:47 +0200 Subject: [PATCH] examples should be of type bool --- config.toml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml.example b/config.toml.example index bc6760334170..a918feb278f6 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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