File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,13 +370,13 @@ changelog-seen = 1
370370# binary, otherwise they are omitted.
371371#
372372# Defaults to rust.debug value
373- # debug-assertions = debug
373+ # debug-assertions = rust. debug (boolean)
374374
375375# Whether or not debug assertions are enabled for the standard library.
376376# Overrides the `debug-assertions` option, if defined.
377377#
378378# Defaults to rust.debug-assertions value
379- # debug-assertions-std = debug-assertions
379+ # debug-assertions-std = rust. debug-assertions (boolean)
380380
381381# Whether or not to leave debug! and trace! calls in the rust binary.
382382# Overrides the `debug-assertions` option, if defined.
@@ -386,7 +386,7 @@ changelog-seen = 1
386386# If you see a message from `tracing` saying
387387# `max_level_info` is enabled and means logging won't be shown,
388388# set this value to `true`.
389- # debug-logging = debug-assertions
389+ # debug-logging = rust. debug-assertions (boolean)
390390
391391# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
392392# `0` - no debug info
You can’t perform that action at this time.
0 commit comments