0

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

Shepmaster
  • 388,571
  • 95
  • 1,107
  • 1,366
Avi
  • 133
  • 1
  • 7
  • because I forgot the word uninstall and `cargo help` does not list `cargo uninstall` – Avi Jun 20 '17 at 23:40

1 Answers1

0

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

Avi
  • 133
  • 1
  • 7