]> git.proxmox.com Git - cargo.git/commit - tests/testsuite/metadata.rs
Auto merge of #10236 - theo-lw:master, r=weihanglo
authorbors <bors@rust-lang.org>
Sun, 10 Apr 2022 07:06:32 +0000 (07:06 +0000)
committerbors <bors@rust-lang.org>
Sun, 10 Apr 2022 07:06:32 +0000 (07:06 +0000)
commitf51e799636fcba6aeb98dc2ca7e440ecd9afe909
tree303d507adc79125a9462f0207ade00b3c628e825
parent5f400f098ba6bd76eb57c11bbe7c39a443146afe
parent60cfe7ef51a9abea164037b6a0939e493441bcb3
Auto merge of #10236 - theo-lw:master, r=weihanglo

Add a progress indicator for `cargo clean`

Closes https://github.com/rust-lang/cargo/issues/9981.

Cleaning the entire `target` directory:

[![Cleaning `target`](https://i.gyazo.com/e32536fe5538cf5a394d777a9d838890.gif)](https://gyazo.com/e32536fe5538cf5a394d777a9d838890)

Cleaning some packages:

[![Cleaning a few packages](https://i.gyazo.com/860f1833523afc0629d5547d97c146c2.gif)](https://gyazo.com/860f1833523afc0629d5547d97c146c2)