diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-06-20 10:56:47 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2020-06-20 10:56:47 +0200 |
| commit | 1b47e8fa998f6d76d536594955336fe0327f894e (patch) | |
| tree | 0d50e43dabf96793e58bb5f6c0366a57d699358a | |
| parent | 033013cab3a861224fd55f494c8be1cb0349eb49 (diff) | |
| download | rust-1b47e8fa998f6d76d536594955336fe0327f894e.tar.gz rust-1b47e8fa998f6d76d536594955336fe0327f894e.zip | |
examples should be of type bool
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example index bc676033417..a918feb278f 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 |
