Skip to content

Commit 1b47e8f

Browse files
committed
examples should be of type bool
1 parent 033013c commit 1b47e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,11 +313,11 @@
313313

314314
# Whether or not debug assertions are enabled for the compiler and standard
315315
# library.
316-
#debug-assertions = debug
316+
#debug-assertions = false
317317

318318
# Whether or not debug assertions are enabled for the standard library.
319319
# Overrides the `debug-assertions` option, if defined.
320-
#debug-assertions-std = debug-assertions
320+
#debug-assertions-std = false
321321

322322
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
323323
# `0` - no debug info

0 commit comments

Comments
 (0)