See b65ea1bef1 (r444376289)
This commit is contained in:
Tshepang Lekhonkhobe 2020-06-24 04:47:20 +02:00
parent b65ea1bef1
commit b23baa78dc
1 changed files with 1 additions and 1 deletions

View File

@ -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`.