]> git.proxmox.com Git - cargo.git/commitdiff
Auto merge of #4650 - main--:patch-1, r=matklad
authorbors <bors@rust-lang.org>
Thu, 26 Oct 2017 10:44:49 +0000 (10:44 +0000)
committerbors <bors@rust-lang.org>
Thu, 26 Oct 2017 10:44:49 +0000 (10:44 +0000)
Document that cargo test --release uses profile.bench

It certainly makes sense but it's still surprising behavior when the docs clearly state `cargo bench` = `profile.bench`, `cargo test` = `profile.test`. Had to dive into the code to figure this out.

1  2 
src/doc/book/src/reference/manifest.md
src/doc/manifest.md

Simple merge