File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -370,13 +370,13 @@ changelog-seen = 1
370
370
# binary, otherwise they are omitted.
371
371
#
372
372
# Defaults to rust.debug value
373
- #debug-assertions = debug
373
+ #debug-assertions = rust. debug (boolean)
374
374
375
375
# Whether or not debug assertions are enabled for the standard library.
376
376
# Overrides the `debug-assertions` option, if defined.
377
377
#
378
378
# Defaults to rust.debug-assertions value
379
- #debug-assertions-std = debug-assertions
379
+ #debug-assertions-std = rust. debug-assertions (boolean)
380
380
381
381
# Whether or not to leave debug! and trace! calls in the rust binary.
382
382
# Overrides the `debug-assertions` option, if defined.
@@ -386,7 +386,7 @@ changelog-seen = 1
386
386
# If you see a message from `tracing` saying
387
387
# `max_level_info` is enabled and means logging won't be shown,
388
388
# set this value to `true`.
389
- #debug-logging = debug-assertions
389
+ #debug-logging = rust. debug-assertions (boolean)
390
390
391
391
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
392
392
# `0` - no debug info
You can’t perform that action at this time.
0 commit comments