Skip to content

Commit b606256

Browse files
committed
docs: correct profile usage of cargo test --release
1 parent ad23924 commit b606256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/reference/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ incremental = true # whether or not incremental compilation is enabled
341341
overflow-checks = true # use overflow checks for integer arithmetic.
342342
# Passes the `-C overflow-checks=...` flag to the compiler.
343343

344-
# The release profile, used for `cargo build --release`.
344+
# The release profile, used for `cargo build --release` and `cargo test --release`.
345345
[profile.release]
346346
opt-level = 3
347347
debug = false
@@ -365,7 +365,7 @@ panic = 'unwind'
365365
incremental = true
366366
overflow-checks = true
367367

368-
# The benchmarking profile, used for `cargo bench` and `cargo test --release`.
368+
# The benchmarking profile, used for `cargo bench`.
369369
[profile.bench]
370370
opt-level = 3
371371
debug = false

0 commit comments

Comments
 (0)