mirror of https://github.com/CrimsonTome/tldr.git
224 B
224 B
cargo uninstall
Remove a Rust binary installed using
cargo install
. More information: https://doc.rust-lang.org/cargo/commands/cargo-uninstall.html.
- Remove an installed binary:
cargo remove {{package_spec}}