From b23baa78dc96cd12a70556de6bc472af3ef2e302 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 24 Jun 2020 04:47:20 +0200 Subject: [PATCH] fix See https://github.com/rust-lang/rust/pull/73538/commits/b65ea1bef1391a3af9118884952718fc905f8e02#r444376289 --- config.toml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml.example b/config.toml.example index 79b06d5cf99..c0be7dded17 100644 --- a/config.toml.example +++ b/config.toml.example @@ -326,7 +326,7 @@ # Whether or not debug assertions are enabled for the standard library. # Overrides the `debug-assertions` option, if defined. # -# Defaults to rust.debug value +# Defaults to rust.debug-assertions value #debug-assertions-std = false # Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.