From: bors Date: Thu, 26 Oct 2017 10:44:49 +0000 (+0000) Subject: Auto merge of #4650 - main--:patch-1, r=matklad X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~27 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e5562ddb061b8eb5a0e754d702f164a1d42d0a21;p=cargo.git Auto merge of #4650 - main--:patch-1, r=matklad 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. --- e5562ddb061b8eb5a0e754d702f164a1d42d0a21