cargo-{install,uninstall,search}: add page (#11351)

This commit is contained in:
Lena
2023-11-01 06:12:12 +01:00
committed by GitHub
parent ab8e6f24c4
commit 03161cf052
3 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# 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}}`