Auto merge of #5059 - tobywhughes:master, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 27 Feb 2018 04:24:19 +0000 (04:24 +0000)
committerbors <bors@rust-lang.org>
Tue, 27 Feb 2018 04:24:19 +0000 (04:24 +0000)
commit83afa6e716133139b494295dc48aff4f863b42cc
tree51c945c6cce16cea5892f65c03ce7a6aa800d198
parent31847ee5b71bb4c1c651c754adf7e7a571c2d080
parent0661b3fbb524a4a9fcacad5e5e8195ba7842fa5d
Auto merge of #5059 - tobywhughes:master, r=alexcrichton

Clean with --verbose now prints path of what is being removed.

Added verbose output for the clean command. Simply takes whatever is passed into the rm_rf() function and outputs "Removing /whatever/the/path/to/remove/is"

[Issue this is being used for](https://github.com/rust-lang/cargo/issues/5056)