about summary refs log tree commit diff
path: root/src/rustfmt_diff.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2018-09-06 02:07:09 +0200
committerMatthias Krüger <matthias.krueger@famsik.de>2018-09-06 02:07:09 +0200
commite058a3f7e7299fda0e2667765069aba60e400a0f (patch)
tree2c70f94dc02311fa51e478c4d3e232ed9125746f /src/rustfmt_diff.rs
parentf655671e12281c1b6ea9d22a0695c14a70de54ee (diff)
fix cargo test --release.
test::verify_check_works was failing in relase mode on my machine.

The problem was it would check for target/debug/rustfmt in release mode instead of
target/release/rustfmt and fail an assert.

This commit fixes it so that cargo check looks for target/debug/rustfmt and
cargo check --release looks for target/release/rustfmt
Diffstat (limited to 'src/rustfmt_diff.rs')
0 files changed, 0 insertions, 0 deletions