How can a binary installed with cargo install be r

2019-09-16 04:11发布

问题:

How can a crate like rustfmt be removed after being installed with cargo install

回答1:

Global binary crates like rustfmt can be removed with the command cargo uninstall [options] <spec>. Use cargo help uninstall to get more detail.