update `rust.verbose-tests` doc in `config.example.toml`

Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
onur-ozkan 2024-09-09 18:56:37 +03:00
parent 19b8f9e17c
commit 13ea104798
1 changed files with 1 additions and 1 deletions

View File

@ -641,7 +641,7 @@
#stack-protector = "none"
# Prints each test name as it is executed, to help debug issues in the test harness itself.
#verbose-tests = false
#verbose-tests = if is_verbose { true } else { false }
# Flag indicating whether tests are compiled with optimizations (the -O flag).
#optimize-tests = true