about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTshepang Lekhonkhobe <tshepang@gmail.com>2020-06-24 04:47:20 +0200
committerTshepang Lekhonkhobe <tshepang@gmail.com>2020-06-24 04:47:20 +0200
commitb23baa78dc96cd12a70556de6bc472af3ef2e302 (patch)
tree63ce9e2b4288459d068ad79217c02d83dfb48063
parentb65ea1bef1391a3af9118884952718fc905f8e02 (diff)
downloadrust-b23baa78dc96cd12a70556de6bc472af3ef2e302.tar.gz
rust-b23baa78dc96cd12a70556de6bc472af3ef2e302.zip
fix
See https://github.com/rust-lang/rust/pull/73538/commits/b65ea1bef1391a3af9118884952718fc905f8e02#r444376289
-rw-r--r--config.toml.example2
1 files changed, 1 insertions, 1 deletions
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`.