Skip to content

Commit

Permalink
examples should be of type bool
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Jun 20, 2020
1 parent 033013c commit 1b47e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml.example
Expand Up @@ -313,11 +313,11 @@

# Whether or not debug assertions are enabled for the compiler and standard
# library.
#debug-assertions = debug
#debug-assertions = false

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

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

0 comments on commit 1b47e8f

Please sign in to comment.